Skip to main content
All docs
V24.1

ITreeList.GetSortedColumns() Method

Gets the collection of sorted columns.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

IReadOnlyList<ITreeListDataColumn> GetSortedColumns()

Returns

Type Description
IReadOnlyList<ITreeListDataColumn>

The collection of sorted columns.

Remarks

Refer to the GetSortedColumns() method description for more information and an example.

See Also