TreeListPersistentLayoutColumn.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#
[JsonConverter(typeof(JsonStringEnumConverter))]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public TreeListColumnSortOrder? SortOrder { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Tree |
An enumeration value. |
Available values:
Name | Description |
---|---|
None | The Tree |
Ascending | The Tree |
Descending | The Tree |
#Remarks
Refer to the TreeListPersistentLayoutColumn class description for more information and an example.
See Also