Back to Devexpress

RowSortOrder Enum

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-068f0a27.md

latest1.2 KB
Original Source

RowSortOrder Enum

Lists values specifying the sort orders.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public enum RowSortOrder
vb
Public Enum RowSortOrder

Members

NameDescription
None

Reserved for future use. Cancels the sorting applied.

| | Ascending |

Reserved for future use. Sorts row cells in ascending order.

| | Descending |

Reserved for future use. Sorts row cells in descending order.

|

Remarks

Values listed by this enumeration apply data sorting in a particular order or cancel any sorting applied.

See Also

DevExpress.XtraVerticalGrid.Rows Namespace