Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XafDataView.Sorting Property

Specifies the sorted columns within the data view.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public IList<SortProperty> Sorting { get; set; }

Property Value

Type Description
IList<SortProperty>

An IList<SortProperty> collection whose elements identify the sorted columns within the data view.

See Also