ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ToolbarItem Class / Checked Property

In This Topic
    Checked Property (ToolbarItem)
    In This Topic
    Gets or sets a value indicating whether the toolbar item is checked.
    Syntax
    'Declaration
     
    Public Property Checked As Nullable(Of Boolean)
    public Nullable<bool> Checked {get; set;}

    Property Value

    A nullable System.Boolean value. true if checked; otherwise, false.
    Remarks
    The Checked property is useful for items like checkboxes or toggle buttons within the toolbar.
    See Also