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

IgxDashboardTileSortDescriptionCollection

new IgxDashboardTileSortDescriptionCollection(): IgxDashboardTileSortDescriptionCollection

Returns IgxDashboardTileSortDescriptionCollection

ngAcceptInputType_shouldDetachOnTargetChange

Section titled "ngAcceptInputType_shouldDetachOnTargetChange"
ngAcceptInputType_shouldDetachOnTargetChange: string | boolean

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: IgxDashboardTileSortDescription): boolean

Parameters

Returns boolean

clear(): void

Returns void

findByName(name: string): any

Parameters

  • name: string

Returns any

indexOf(item: IgxDashboardTileSortDescription): number

Parameters

Returns number

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

Parameters

Returns void

remove(item: IgxDashboardTileSortDescription): boolean

Parameters

Returns boolean

removeAt(index: number): IgxDashboardTileSortDescription

Parameters

  • index: number

Returns IgxDashboardTileSortDescription