| Overload | Description |
|---|---|
| NSortingRule Constructor() | Default constructor |
| NSortingRule Constructor(NColumn) | Initializes a new rule associated with the specified column |
| NSortingRule Constructor(NColumn,ENSortingDirection) | Initializes a new rule associated with the specified column |
| NSortingRule Constructor(NRowValue,ENSortingDirection) | Initializes a new rule associated with the specified row value provider |
| NSortingRule Constructor(NColumn,NRowValue,ENSortingDirection) | Initializes a new rule associated with the specified column and provider |