SMART datagrid v.1 > Types

Back  Forward

DataLudi.SortStyle

The way of sorting columns. It is used as sortStyle property of grid operateOptions

Values
NONE"none"Do not sort.
EXCLUSIVE"exclusive"Sort only the last column.
INCLUSIVE"inclusive"Sort one or more columns in order of requests.
REVERSE"reverse"Sort one or more columns in reverse order of requests.

See Also
OperateOptions.sortStyle