ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportDesigner Class / ToolBarSettings Property

In This Topic
    ToolBarSettings Property
    In This Topic
    Gets or sets settings for the Tool Bar
    Syntax
    'Declaration
     
    Public Property ToolBarSettings As ToolBarSettings
    public ToolBarSettings ToolBarSettings {get; set;}

    Property Value

    A ToolBarSettings object representing the settings for the Tool Bar.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also