Skip to main content
.NET 6.0+

ISupportSorting.Sorting Property

Specifies the sorting to be applied to data.

Namespace: DevExpress.Persistent.Base.ReportsV2

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

Declaration

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.

See Also