A newer version of this page is available.
Switch to the current version.
SortProperty.Direction Property
Gets or sets the property's sort order.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Data.v18.2.dll
Declaration
[DefaultValue(SortingDirection.Ascending)]
public SortingDirection Direction { get; set; }
<DefaultValue(SortingDirection.Ascending)>
Public Property Direction As SortingDirection
Property Value
Type | Default | Description |
---|---|---|
SortingDirection | Ascending |
A SortingDirection enumeration value which specifies the property's sort order. |
See Also
Feedback