Represents a collection of sort elements that are applied to a data source or provider.
Constructors
Section titled "Constructors"IgrDashboardTileSortDescriptionCollection
new IgrDashboardTileSortDescriptionCollection(): IgrDashboardTileSortDescriptionCollection Returns IgrDashboardTileSortDescriptionCollection
Accessors
Section titled "Accessors"nativeElement
Section titled "nativeElement"get nativeElement(): HTMLElement
Returns HTMLElement
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"add(item: IgrDashboardTileSortDescription): boolean Parameters
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: IgrDashboardTileSortDescription): number Parameters
Returns number
insert
Section titled "insert"insert(index: number, item: IgrDashboardTileSortDescription): void Parameters
- index:
number - item:
IgrDashboardTileSortDescription
Returns void
remove
Section titled "remove"remove(item: IgrDashboardTileSortDescription): boolean Parameters
Returns boolean
removeAt
Section titled "removeAt"removeAt(index: number): IgrDashboardTileSortDescription Parameters
- index:
number