QuerySortingCollection Class
In This Article
Represents a collection of SortingColumn objects.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Related API Members
The following members return QuerySortingCollection objects:
#Remarks
The methods provided by the QuerySortingCollection class allow you to perform common collection management tasks (adding, removing elements, etc.).
See Also