[]
        
(Showing Draft Content)

C1.Web.Mvc.Grid.SortOrder

SortOrder Enum

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

Namespace: C1.Web.Mvc.Grid
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public enum SortOrder
Public Enum SortOrder

Fields

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.