Class IgxGridActionButtonComponent

Constructors

Properties

actionClick: EventEmitter<Event> = ...

Event emitted when action button is clicked.

Example

 <igx-grid-action-button (actionClick)="startEdit($event)"></igx-grid-action-button>
asMenuItem: boolean = false

Whether button action is rendered in menu and should container text label.

classNames: string

Additional Menu item container element classes.

container: ElementRef<any>
iconName: string

Name of the icon to display in the button.

iconSet: string

The name of the icon set. Used in case the icon is from a different icon set.

labelText: string

The text of the label.