Class SortOrderBy
Defines types to be used as SortOrder.
Inheritance
System.Object
SortOrderBy
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SortOrderBy : Enum
Fields
Custom
Defines the SortOrder as Custom.
Declaration
public const SortOrderBy Custom
Field Value
Type |
---|
SortOrderBy |
DataSourceOrder
Defines the SortOrder as DataSourceOrder.
Declaration
public const SortOrderBy DataSourceOrder
Field Value
Type |
---|
SortOrderBy |
Index
Defines the SortOrder as Index.
Declaration
public const SortOrderBy Index
Field Value
Type |
---|
SortOrderBy |