Represents a collection of sort elements that are applied to a data source or provider.

IgrDashboardTileSortDescriptionCollection

new IgrDashboardTileSortDescriptionCollection(): IgrDashboardTileSortDescriptionCollection

Returns IgrDashboardTileSortDescriptionCollection

get nativeElement(): HTMLElement

Returns HTMLElement

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

add(item: IgrDashboardTileSortDescription): boolean

Parameters

Returns boolean

clear(): void

Returns void

findByName(name: string): any

Parameters

  • name: string

Returns any

indexOf(item: IgrDashboardTileSortDescription): number

Parameters

Returns number

insert(index: number, item: IgrDashboardTileSortDescription): void

Parameters

Returns void

remove(item: IgrDashboardTileSortDescription): boolean

Parameters

Returns boolean

removeAt(index: number): IgrDashboardTileSortDescription

Parameters

  • index: number

Returns IgrDashboardTileSortDescription