Sort
The Sort class implements the ISort interface and defines sorting criteria for data.
Properties
| Name | Description |
|---|---|
| Type | The sorting type. |
| Column | The name of the column by which the data should be sorted. |
Constructors
| Name | Description |
|---|---|
| Sort(column, type) | Initializes a new instance of the Sort class with specified sorting settings. |