XPObjectSource.Sorting Property
In This Article
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 |
---|---|
Sorting |
A Sorting |
See Also