Skip to main content
.NET 6.0+

XafDataView.Sorting Property

Specifies the sorted columns within the data view.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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