Skip to main content
A newer version of this page is available. .

QuerySortingCollection Class

Represents a collection of SortingColumn objects.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

Declaration

public sealed class QuerySortingCollection :
    List<SortingColumn>

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.).

Inheritance

Object
List<SortingColumn>
QuerySortingCollection
See Also