Skip to main content

Sort

The Sort class implements the ISort interface and defines sorting criteria for data.

Properties

NameDescription
TypeThe sorting type.
ColumnThe name of the column by which the data should be sorted.

Constructors

NameDescription
Sort(column, type)Initializes a new instance of the Sort class with specified sorting settings.