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

ViewProperty.Sorting Property

Gets or sets the column’s sort order.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

[DefaultValue(SortDirection.None)]
public SortDirection Sorting { get; set; }

Property Value

Type Default Description
SortDirection **None**

A SortDirection enumeration value which specifies the column’s sort order.

Available values:

Name Description
None

No sorting is performed.

Ascending

Values are sorted in ascending order.

Descending

Values are sorted in descending order.

See Also