GridSortOrder Enumeration |
Enumeration representing the order of sorting data in KaxGrid
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum GridSortOrder
Public Enumeration GridSortOrder
public enum class GridSortOrder
Members
| Member name | Value | Description |
---|
| None | 0 | do not sort the grid data |
| Ascending | 1 | sorts grid data in ascending order |
| Descending | 2 | sorts grid data in descending order |
See Also