[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.Enabled

Enabled Property

Enabled

Gets or sets a value indicating whether the toolbar item is enabled.

Declaration
public bool? Enabled { get; set; }
Property Value
Type Description
bool?

A nullable bool value. true if the item is enabled; otherwise, false.

Remarks

The Enabled property determines whether the toolbar item is interactive or disabled.