Back to Devexpress

ServerViewProperty.Sorting Property

xpo-devexpress-dot-xpo-dot-serverviewproperty-cd9cf27b.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Xpo

Declaration

csharp
[DefaultValue(SortDirection.None)]
public SortDirection Sorting { get; set; }
vb
<DefaultValue(SortDirection.None)>
Public Property Sorting As SortDirection

Property Value

TypeDefaultDescription
SortDirectionNone

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

|

Available values:

NameDescription
None

No sorting is performed.

| | Ascending |

Values are sorted in ascending order.

| | Descending |

Values are sorted in descending order.

|

See Also

ServerViewProperty Class

ServerViewProperty Members

DevExpress.Xpo Namespace