Back to Devexpress

Member Table: Sorting

aspnet-114256-components-card-view-member-tables-member-table-sorting.md

latest1.6 KB
Original Source

Member Table: Sorting

  • Dec 17, 2020

Server

MemberDescription
ASPxGridBase.SortCountGets the number of columns involved in sorting.
CardViewColumn.SortAscendingSorts the column in ascending order.
CardViewColumn.SortDescendingSorts the column in descending order.
CardViewColumn.SortIndexSpecifies the column’s position among sorted columns.
CardViewColumn.SortOrderSpecifies the column’s sort order.
CardViewColumn.UnSortClears the sorting applied to the column.
GridDataColumnSettings.AllowSortGets or sets whether or not end-users can sort data by column values.
ASPxGridBehaviorSettings.SortModeGets or sets how data is sorted.
ASPxGridBase.ClearSortClears sorting applied to ASPxCardView.

Client

MemberDescription
ASPxClientCardView.SortBySorts data by the values of the specified data column.
ASPxClientCardView.ColumnSortingEnables you to prevent columns from being sorted.