[]
Sorts the view contents based on a column.
void Sort(int columnIndex, SortDirection direction)
| Type | Name | Description |
|---|---|---|
| int | columnIndex | Column index to sort on. |
| SortDirection | direction | SortDirection value that specifies the sort direction. |
Sorts the view contents based on a column.
void Sort(string columnName, SortDirection direction)
| Type | Name | Description |
|---|---|---|
| string | columnName | Column to sort on. |
| SortDirection | direction | SortDirection value that specifies the sort direction. |