ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ToolbarItem Class / Enabled Property

In This Topic
    Enabled Property (ToolbarItem)
    In This Topic
    Shows whether the toolbar item is enabled
    Syntax
    'Declaration
     
    Public Property Enabled As Nullable(Of Boolean)
    public Nullable<bool> Enabled {get; set;}
    See Also