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

ServerViewProperty.Sorting Property

Gets or sets the sort order for the property values to be retrieved from the data server.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

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

Property Value

Type Default Description
SortDirection **None**

A SortDirection enumeration value that specifies the property values’ sort order.

See Also