CardViewModel.SortedColumns Property
Gets a collection of sorted columns.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
ReadOnlyCollection<CardViewColumnState> | A collection of CardViewColumnState objects providing information about the sorted columns in the CardView. |
See Also