Back to Devexpress

Member Table: Sorting

aspnet-4044-components-tree-list-member-tables-member-table-sorting.md

latest1.3 KB
Original Source

Member Table: Sorting

  • Dec 17, 2020

Server

MemberDescription
TreeListSettingsBehavior.AllowSortSpecifies whether end-users can sort data.
TreeListDataColumn.AllowSortSpecifies whether end-users can sort data by the column’s values.
ASPxTreeList.SortBySorts data by the specified column’s values.
ASPxTreeList.SortCountGets the number of columns involved in sorting.
TreeListDataColumn.SortIndexSpecifies the column’s position among sorted columns.
TreeListDataColumn.SortOrderSpecifies the column’s sort order.
ASPxTreeList.CustomNodeSortEnables you to sort data using custom rules.

Client

MemberDescription
ASPxClientTreeList.SortBySorts data by the specified data column’s values.