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

In This Topic
    AppBarSettings Property
    In This Topic
    Gets or sets the settings for the App Bar, providing quick access to common actions and controls.
    Syntax
    'Declaration
     
    Public Property AppBarSettings As AppBarSettings
    public AppBarSettings AppBarSettings {get; set;}

    Property Value

    An AppBarSettings object representing the settings for the App Bar.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also