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

In This Topic
    MenuSettings Property
    In This Topic
    Gets or sets the settings for the Main Menu, providing access to various features and tools.
    Syntax
    'Declaration
     
    Public Property MenuSettings As MenuSettings
    public MenuSettings MenuSettings {get; set;}

    Property Value

    An MenuSettings object representing the settings for the Main Menu.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also