Represents a collection of sort elements that are applied to a data source or provider.
Constructors
Section titled "Constructors"IgrChartSortDescriptionCollection
new IgrChartSortDescriptionCollection(): IgrChartSortDescriptionCollection Returns IgrChartSortDescriptionCollection
Accessors
Section titled "Accessors"count
Section titled "count"get count(): number
Returns number
get i(): ChartSortDescriptionCollection
Returns ChartSortDescriptionCollection
shouldDetachOnTargetChange
Section titled "shouldDetachOnTargetChange"Gets or sets whether this collection should detach the sync when the target collection changes.
get shouldDetachOnTargetChange(): boolean
Returns boolean
set shouldDetachOnTargetChange(v: boolean): void Parameters
- v:
boolean
Returns void
Methods
Section titled "Methods"[iterator]
Section titled "[iterator]"[iterator](): Generator<any, void, unknown> Returns Generator<any, void, unknown>
add(item: IgrChartSortDescription): boolean Parameters
- item:
IgrChartSortDescription
Returns boolean
clear
Section titled "clear"clear(): void Returns void
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
indexOf
Section titled "indexOf"indexOf(item: IgrChartSortDescription): number Parameters
- item:
IgrChartSortDescription
Returns number
insert
Section titled "insert"insert(index: number, item: IgrChartSortDescription): void Parameters
- index:
number - item:
IgrChartSortDescription
Returns void
item(index: number, value: IgrChartSortDescription): IgrChartSortDescription Parameters
- index:
number - value:
IgrChartSortDescription
Returns IgrChartSortDescription
remove
Section titled "remove"remove(item: IgrChartSortDescription): boolean Parameters
- item:
IgrChartSortDescription
Returns boolean
removeAt
Section titled "removeAt"removeAt(index: number): IgrChartSortDescription Parameters
- index:
number
Returns IgrChartSortDescription
toArray
Section titled "toArray"toArray(): IgrChartSortDescription[]