SelectStatement.SortProperties Property
In This Article
Provides access to the QuerySortingCollection collection.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public QuerySortingCollection SortProperties { get; }
#Property Value
Type | Description |
---|---|
Query |
A Query |
See Also