Class EditorGetAttribute
Get attribute
Inheritance
System.Object
EditorGetAttribute
Namespace: DataTables
Assembly: DataTables-Editor-Server.dll
Syntax
public class EditorGetAttribute : Attribute
Constructors
| Improve this Doc View SourceEditorGetAttribute(Boolean)
Constructor for a field attribute telling Editor the get state in a modal
Declaration
public EditorGetAttribute(bool get = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | get | Get flag |
Fields
| Improve this Doc View SourceGet
Field's get flag
Declaration
public bool Get
Field Value
Type | Description |
---|---|
System.Boolean |