Skip to main content

DataSourceBase.Sorting Property

Specifies the sorting to be applied to data.

Namespace: DevExpress.Persistent.Base.ReportsV2

Assembly: DevExpress.Persistent.Base.v25.2.dll

NuGet Package: DevExpress.Persistent.Base

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public SortingCollection Sorting { get; set; }

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