Skip to main content
.NET 8.0+

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.v24.2.dll

NuGet Package: DevExpress.Xpo

#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.

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