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