Skip to main content

QuerySortingCollection Class

Represents a collection of SortingColumn objects.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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