DataSorterKeyCollection
DataSorterKeyCollection class
Represents the key list of data sorter.
class DataSorterKeyCollection;
Constructors
| Name | Description |
|---|---|
| constructor() | Default Constructor. |
Methods
| Method | Description |
|---|---|
| get(number) | Gets and sets DataSorterKey by index. |
constructor()
Default Constructor.
constructor();
get(number)
Gets and sets DataSorterKey by index.
get(index: number) : DataSorterKey;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | number | The index. |
Returns