XafDataView.Sorting Property
Specifies the sorted columns within the data view.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
IList<SortProperty> | An IList<SortProperty> collection whose elements identify the sorted columns within the data view. |
See Also