IGridDataColumn.SortOrder Property
In This Article
Specifies the column’s sort order.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(GridColumnSortOrder.None)]
GridColumnSortOrder SortOrder { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
None | A Grid |
Available values:
Name | Description |
---|---|
None | Grid sorts column data in ascending order. |
Ascending | Grid sorts column data in ascending order. |
Descending | Grid sorts column data in descending order. |
#Remarks
Refer to the SortOrder property description for more information and an example.
See Also