[]
Gets or sets the action handler for the toolbar item. This handler is invoked when the item is activated.
[JsonIgnore]
public Action Action { get; set; }
The Action
property allows you to define the action that should be executed when the toolbar item is clicked or activated.