[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem.Checked

Checked Property

Checked

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

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

A nullable bool value. true if checked; otherwise, false.

Remarks

The Checked property is useful for items like checkboxes or toggle buttons within the toolbar.