OrderDirection Enum

Specifies the direction for sorting rows based on column values.

Usage

Used by the direction property on the DataSource.Order class.

Enum Values

The following are the values of the DataSource.OrderDirection enum.

Value Description
ASCENDING Sort rows in ascending order (A–Z).
DESCENDING Sort rows in descending order (Z–A).