New to Kendo UI for Angular? Start a free 30-day trial
DialogAction
Represents the settings for Dialog actions when you open a Dialog through DialogService
.
Use the DialogAction
class to configure action buttons in the Dialog. (See example.)
Name | Type | Default | Description |
---|---|---|---|
cssClass? |
|
Sets the CSS classes for the action button. Accepts any value supported by | |
fillMode? |
|
Sets the background and border styles of the action button. | |
icon? |
|
Sets the name of the font icon to display in the action button. | |
svgIcon? |
|
Sets the SVG icon to display in the action button. | |
text |
|
Sets the text of the action button. | |
themeColor? |
|
Sets the theme color of the action button. The theme color applies to the background, border, and text. |
Constructors
DialogAction
()