Skip to main content
A newer version of this page is available. .

CardViewModel.SortedColumns Property

Gets a collection of sorted columns.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public ReadOnlyCollection<CardViewColumnState> SortedColumns { get; }

Property Value

Type Description
ReadOnlyCollection<CardViewColumnState>

A collection of CardViewColumnState objects providing information about the sorted columns in the CardView.

See Also