Skip to main content

ASPxTreeList.SortCount Property

Gets the number of columns involved in sorting.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int SortCount { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of columns involved in sorting.

Remarks

The ASPxTreeList supports sorting by the values of multiple columns. Use the SortCount property to obtain the number of columns involved in sorting.

See Also