Back to Devexpress

TreeListPersistentLayoutColumn.SortOrder Property

blazor-devexpress-dot-blazor-dot-treelistpersistentlayoutcolumn.md

latest1.5 KB
Original Source

TreeListPersistentLayoutColumn.SortOrder Property

Specifies the column’s sort order.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[JsonConverter(typeof(JsonStringEnumConverter))]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public TreeListColumnSortOrder? SortOrder { get; set; }

Property Value

TypeDescription
Nullable<TreeListColumnSortOrder>

An enumeration value.

|

Available values:

NameDescription
None

The TreeList sorts column data in ascending order.

| | Ascending |

The TreeList sorts column data in ascending order.

| | Descending |

The TreeList sorts column data in descending order.

|

Remarks

Refer to the TreeListPersistentLayoutColumn class description for additional information and an example.

See Also

TreeListPersistentLayoutColumn Class

TreeListPersistentLayoutColumn Members

DevExpress.Blazor Namespace