IColumnToggledEventArgs
Event emitted when a checkbox in the checkbox list of an IgxColumnActions component is clicked.
Properties
Section titled "Properties"checked
Section titled "checked"The checked state after the action.
checked: boolean Defined in projects/igniteui-angular/grids/core/src/common/events.ts:470
column
Section titled "column"The column that is toggled.
column: ColumnType Defined in projects/igniteui-angular/grids/core/src/common/events.ts:468
Optional owner
Section titled "owner"Inherited from: IBaseEventArgs
Provides reference to the owner component.
owner?: any Defined in projects/igniteui-angular/core/src/core/utils.ts:428