Back to Devexpress

QuerySortingCollection Class

corelibraries-devexpress-dot-xpo-dot-db-4d918903.md

latest1.4 KB
Original Source

QuerySortingCollection Class

Represents a collection of SortingColumn objects.

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public sealed class QuerySortingCollection :
    List<SortingColumn>
vb
Public NotInheritable Class QuerySortingCollection
    Inherits List(Of 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

QuerySortingCollection Members

DevExpress.Xpo.DB Namespace