Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelSortProperty.Direction Property

Specifies the property’s sort order.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v22.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

SortingDirection Direction { get; set; }

Property Value

Type Description
SortingDirection

A SortingDirection enumeration value specifying the property’s sort order.

Available values:

Name Description
Ascending

A property (column) is sorted in ascending order.

Descending

A property (column) is sorted in descending order.

See Also