ActiveReports 18 .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
    Shows whether the toolbar item is checked
    Syntax
    'Declaration
     
    Public Property Checked As Nullable(Of Boolean)
    public Nullable<bool> Checked {get; set;}
    See Also