[]
Specifies the constants that define the sorting order for all columns present in the FlexGrid.
public enum SortOrder
Public Enum SortOrder
| Name | Description |
|---|---|
| AscDesc | Column will get sorted in the order - ascending -> descending. |
| AscDescNone | Column will get sorted in the order - ascending -> descending -> none. |
| DescAsc | Column will get sorted in the order - descending -> ascending. |
| DescAscNone | Column will get sorted in the order - descending -> ascending -> none. |