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 ngClass. | |
fillMode? |
|
Specifies the background and border styles of 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
()