menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BackStageMenuBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BackStageMenuBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    BackStageMenuBuilder
    Namespace: Syncfusion.EJ2.Ribbon
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class BackStageMenuBuilder : ControlBuilder

    Constructors

    BackStageMenuBuilder()

    Declaration
    public BackStageMenuBuilder()

    BackStageMenuBuilder(BackStageMenu)

    Declaration
    public BackStageMenuBuilder(BackStageMenu model)
    Parameters
    Type Name Description
    BackStageMenu model

    Methods

    BackButton(Object)

    Defines the properties of ribbon backstage back button.

    Declaration
    public BackStageMenuBuilder BackButton(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    BackStageMenuBuilder

    Height(String)

    Defines the height of the backstage menu.

    Declaration
    public BackStageMenuBuilder Height(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    BackStageMenuBuilder

    Items(List<BackstageItem>)

    Defines the properties of ribbon backstage back button.

    Declaration
    public BackStageMenuBuilder Items(List<BackstageItem> value)
    Parameters
    Type Name Description
    System.Collections.Generic.List<BackstageItem> value
    Returns
    Type
    BackStageMenuBuilder

    KeyTip(String)

    Specifies the keytip content.

    Declaration
    public BackStageMenuBuilder KeyTip(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    BackStageMenuBuilder

    RibbonTooltipSettings(Object)

    Specifies the tooltip settings for the file menu button.

    Declaration
    public BackStageMenuBuilder RibbonTooltipSettings(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    BackStageMenuBuilder

    Target(String)

    Defines the selector that points to the element in which backstage will be positioned.

    Declaration
    public BackStageMenuBuilder Target(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    BackStageMenuBuilder

    Template(String)

    Defines the template for Backstage content.

    Declaration
    public BackStageMenuBuilder Template(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    BackStageMenuBuilder

    Text(String)

    Defines the text content of backstage menu button.

    Declaration
    public BackStageMenuBuilder Text(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    BackStageMenuBuilder

    Visible(Boolean)

    Defines whether to show the backstage menu button.

    Declaration
    public BackStageMenuBuilder Visible(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    BackStageMenuBuilder

    Width(String)

    Defines the width of the backstage menu.

    Declaration
    public BackStageMenuBuilder Width(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    BackStageMenuBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved