ASPxTreeList.SortCount Property
Gets the number of columns involved in sorting.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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