Skip to main content

SelectQuery.Sorting Property

Provides access to all sorting criteria specified for the current query.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

[Browsable(false)]
public IList<Sorting> Sorting { get; }

Property Value

Type Description
IList<Sorting>

A collection of Sorting objects.

See Also