'Declaration Public Enum CallbackAction Inherits System.Enum
public enum CallbackAction : System.Enum
'Declaration Public Enum CallbackAction Inherits System.Enum
public enum CallbackAction : System.Enum
Member | Description |
---|---|
All | All actions are performed via callbacks. |
ColMove | Column moving is performed via callbacks. |
Editing | Editing is performed via callbacks. |
Filtering | Filtering is performed via callbacks. |
Grouping | Grouping is performed via callbacks. |
Hierarchy | Expanding and collapsing of hierarcy nodes is performed via callbacks, |
None | All actions are performed via postback. |
Paging | Paging is performed via callbacks. |
Scrolling | Scrolling is performed via callbacks. |
Selection | Row selection is performed via callbacks. |
Sorting | Sorting is performed via callbacks. |
System.Object
System.ValueType
System.Enum
C1.Web.Wijmo.Controls.C1GridView.CallbackAction