[]
        
(Showing Draft Content)

SortOrder Enumeration

SortOrder Enumeration

Specifies the constants that define the sorting order for all columns present in the FlexGrid.

Enumeration members

Enumeration members

AscDesc

AscDesc: = 0

Column will get sorted in the order - ascending -> descending.

AscDescNone

AscDescNone: = 2

Column will get sorted in the order - ascending -> descending -> none.

DescAsc

DescAsc: = 1

Column will get sorted in the order - descending -> ascending.

DescAscNone

DescAscNone: = 3

Column will get sorted in the order - descending -> ascending -> none.