[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.OnUpdate

OnUpdate Property

OnUpdate

Gets or sets the function that is called to update the state of the toolbar item.

Declaration
[JsonIgnore]
public Action OnUpdate { get; set; }
Remarks

The OnUpdate property allows you to specify a function that updates the state of the toolbar item, typically used for dynamic state changes.