Skip to main content
.NET 8.0+

XPObjectSource.Sorting Property

Specifies the data sorting within the XPObjectSource.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public SortingCollection Sorting { get; set; }

#Property Value

Type Description
SortingCollection

A SortingCollection object that specifies the data sorting.

See Also