New to Kendo UI for Angular? Start a free 30-day trial
DialogAction
The settings for the Dialog actions when the Dialog is opened through DialogService
(see example).
Name | Type | Default | Description |
---|---|---|---|
cssClass? |
|
Sets the CSS classes that will be rendered on the action button. Supports the union type of values that ngClass accepts. | |
fillMode? |
|
Specifies the background and border styles of the action button. | |
icon? |
|
Specifies the name of the font icon to be rendered within the action button. | |
svgIcon? |
|
Specifies the SVG icon to be rendered within the action button. | |
text |
|
The text of the action button. | |
themeColor? |
|
Determines the theme color of the action button. The theme color will be applied as a background and border color while also amending the text color accordingly. |
Constructors
DialogAction
()