DataSourceBase.Sorting Property
Specifies the sorting to be applied to data.
Namespace: DevExpress.Persistent.Base.ReportsV2
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Persistent.Base.ReportsV2.SortingCollection | A SortingCollection object that specifies the sorting to be applied to data. |
Remarks
The Sorting value is passed to the IObjectSpace.SetCollectionSorting method.
Implements
See Also