Interface IgxRowSelectorTemplateDetails

Properties

deselect?: (() => void)

Type declaration

    • (): void
    • Returns void

index: number
key: any
rowID: any

Deprecated

in version 15.1.0. Use the key property instead.

select?: (() => void)

Type declaration

    • (): void
    • Returns void

selected: boolean