TabStripItemActionTagHelper
Example
Razor
<tabstrip-item-action>
</tabstrip-item-action>
Attributes
| Attribute | Type | Description |
|---|---|---|
| action-handler | String | A function to be executed when the action button is clicked. The event object is passed as a parameter to the function. |
| html-attributes | IDictionary<String,Object> | Defines custom attributes to be applied to the action button element. |
| icon | String | Defines the name for an existing icon in a Kendo UI theme or SVG content that is used for the action button. |
| icon-class | String | If set, this value will be appended to the action button's icon element class attribute. Provides an alternative way to specify an icon using custom CSS classes. |