ToolbarSettings
23 Sep 20251 minute to read
Represents the settings for the toolbar in the component.
Properties
items ToolbarItemModel[]
Specifies the collection of toolbar items in the component.
Represents the list of items to be displayed in the toolbar.
Defaults to []
Events
itemClicked EmitType<ToolbarItemClickedEventArgs>
Event raised when a toolbar item is clicked in the component.