Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataSourceBase.Sorting Property

Specifies the sorting to be applied to data.

Namespace: DevExpress.Persistent.Base.ReportsV2

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

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