Emitted when the button is clicked.
Called when the button is selected.
Enables/disables the button.
Sets/gets the role
attribute.
Sets the aria-label
attribute.
Returns the underlying DOM element.
Gets or sets whether the button is selected. Mainly used in the IgxButtonGroup component and it will have no effect if set separately.
Sets the type of the button.
The Button directive provides the Ignite UI Button functionality to every component that's intended to be used as a button.
Igx Module
IgxButtonModule
Igx Parent
Data Entry & Display
Igx Theme
igx-button-theme
Igx Keywords
button, span, div, click
Remarks
The Ignite UI Button directive is intended to be used by any button, span or div and turn it into a fully functional button.
Example