DataSourceBase.Sorting Property
In This Article
Specifies the sorting to be applied to data.
Namespace: DevExpress.Persistent.Base.ReportsV2
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A Sorting |
#Remarks
The Sorting value is passed to the IObjectSpace.SetCollectionSorting method.
See Also