DialogActionTagHelper
Example
Razor
<action>
</action>
Attributes
| Attribute | Type | Description |
|---|---|---|
| action | String | The callback function to be called after pressing the action button. |
| css-class | String | Adds a custom class to the action button. |
| fill-mode | ButtonFillMode | Sets a value controlling how the color is applied. |
| icon | String | Defines a name of an existing icon in the Kendo UI theme sprite. The icon will be applied as background image of a span element inside the action button. For a list of available icon names, please refer to the List of Icons. |
| icon-class | String | Defines a CSS class - or multiple classes separated by spaced - which are applied to a span element inside the action button. Allows the usage of custom icons. |
| primary | Boolean | A boolean property indicating whether the action button will be decorated as primary button or not. |
| rounded | Rounded | Sets a value controlling the border radius. |
| size | ComponentSize | Sets the size of the component. |
| text | String | The text to be shown in the action's button. |
| theme-color | ThemeColor | Sets the color of the component according to the applied theme. |