ActiveReports 19 .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
    Gets or sets a value indicating whether the toolbar item is enabled.
    Syntax
    'Declaration
     
    Public Property Enabled As Nullable(Of Boolean)
    public Nullable<bool> Enabled {get; set;}

    Property Value

    A nullable System.Boolean value. true if the item is enabled; otherwise, false.
    Remarks
    The Enabled property determines whether the toolbar item is interactive or disabled.
    See Also