DataSource.actions
configurationDefines a collection of action buttons that are rendered in the tab. The actions buttons are rendered as part of the tab and can be used to provide additional functionality beyond the built-in close button.
dataSource.actions
ArraydataSource.actions.action
FunctionA function to be executed when the action button is clicked. The event object is passed as a parameter to the function.
Defines custom attributes to be applied to the action button element.
dataSource.actions.icon
StringDefines the name for an existing icon in a Kendo UI theme or SVG content that is used for the action button.
Default: ""
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.
Default: ""