Interface IColumnToggledEventArgs

Event emitted when a checkbox in the checkbox list of an IgxColumnActions component is clicked.

Hierarchy

Hierarchy

  • IBaseEventArgs
    • IColumnToggledEventArgs

Properties

checked: boolean

The checked state after the action.

column: ColumnType

The column that is toggled.

owner?: any

Provides reference to the owner component.