A newer version of this page is available.
Switch to the current version.
XPObjectSource.Sorting Property
Specifies the data sorting within the XPObjectSource.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v18.2.dll
Declaration
public SortingCollection Sorting { get; set; }
Public Property Sorting As SortingCollection
Property Value
Type | Description |
---|---|
SortingCollection | A SortingCollection object that specifies the data sorting. |
See Also
Feedback