Gets the checkbox components representing column items currently present in the dropdown
Gets/sets the max height of the columns area.
An event that is emitted after a column's checked state is changed.
Provides references to the column and the checked properties as event arguments.
<igx-column-actions (columnToggled)="columnToggled($event)"></igx-column-actions>
Sets/Gets the css class selector.
By default the value of the class attribute is "igx-column-actions".
let cssCLass = this.columnHidingUI.cssClass;
this.columnHidingUI.cssClass = 'column-chooser';
Gets/Sets the grid to provide column actions for.
Shows/hides the columns filtering input from the UI.
Gets/sets the indentation of columns in the column list based on their hierarchy level.
Gets/sets the title of the column actions component.
Gets the display order of the columns.
Providing reference to
IgxColumnActionsComponent: