menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ApplicationTabBuilder

    Show / Hide Table of Contents

    Class ApplicationTabBuilder

    Class for ApplicationTabBuilder

    Inheritance
    System.Object
    ApplicationTabBuilder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ApplicationTabBuilder

    Constructors

    ApplicationTabBuilder(ApplicationTab)

    Initializes a new instance of the ApplicationTabBuilder class.

    Declaration
    public ApplicationTabBuilder(ApplicationTab applicationtab)
    Parameters
    Type Name Description
    ApplicationTab applicationtab

    It accepts applicationtab.

    Methods

    BackStageHeight(String)

    BackStageHeight property has been deprecated.Use BackstageSettings.Height instead.

    Declaration
    [Obsolete("BackStageHeight property has been deprecated.Use BackstageSettings.Height instead")]
    public ApplicationTabBuilder BackStageHeight(string backStageHeight)
    Parameters
    Type Name Description
    System.String backStageHeight

    The BackStageHeight.

    Returns
    Type Description
    ApplicationTabBuilder

    BackstageSettings(Action<BackstageSettingsBuilder>)

    Specifies the ribbon backstage page items.

    Declaration
    public ApplicationTabBuilder BackstageSettings(Action<BackstageSettingsBuilder> backstagesettings)
    Parameters
    Type Name Description
    System.Action<BackstageSettingsBuilder> backstagesettings

    The backstagesettings.

    Returns
    Type Description
    ApplicationTabBuilder

    BackStageWidth(String)

    BackStageWidth property has been deprecated.Use BackstageSettings.Width instead.

    Declaration
    [Obsolete("BackStageWidth property has been deprecated.Use BackstageSettings.Width instead")]
    public ApplicationTabBuilder BackStageWidth(string backStageWidth)
    Parameters
    Type Name Description
    System.String backStageWidth

    The BackStageWidth.

    Returns
    Type Description
    ApplicationTabBuilder

    ItemID(String)

    ItemID property has been deprecated.Use MenuItemID instead.

    Declaration
    [Obsolete("ItemID property has been deprecated.Use MenuItemID instead")]
    public ApplicationTabBuilder ItemID(string itemID)
    Parameters
    Type Name Description
    System.String itemID

    The menu item identifier.

    Returns
    Type Description
    ApplicationTabBuilder

    MenuItemID(String)

    Specifies the ID of ‘ul’ list to create application menu in the ribbon control.

    Declaration
    public ApplicationTabBuilder MenuItemID(string menuItemID)
    Parameters
    Type Name Description
    System.String menuItemID

    The menu item identifier.

    Returns
    Type Description
    ApplicationTabBuilder

    MenuSettings(MenuProperties)

    Specifies the menu members, events by using the menu settings for the menu in the application tab.

    Declaration
    public ApplicationTabBuilder MenuSettings(MenuProperties menu)
    Parameters
    Type Name Description
    MenuProperties menu

    The menu.

    Returns
    Type Description
    ApplicationTabBuilder

    Text(String)

    Text property has been deprecated.Use BackstageSettings.Text instead.

    Declaration
    [Obsolete("Text property has been deprecated.Use BackstageSettings.Text instead")]
    public ApplicationTabBuilder Text(string text)
    Parameters
    Type Name Description
    System.String text

    The Text.

    Returns
    Type Description
    ApplicationTabBuilder

    Type(ApplicationTabType)

    Specify the type of application tab as “ApplicationTabType.Menu” to render the application menu or “ApplicationTabType.Backstage” to render backstage page.

    Declaration
    public ApplicationTabBuilder Type(ApplicationTabType type)
    Parameters
    Type Name Description
    ApplicationTabType type

    The type.

    Returns
    Type Description
    ApplicationTabBuilder

    Type(String)

    Type the specified Type.

    Declaration
    public ApplicationTabBuilder Type(string type)
    Parameters
    Type Name Description
    System.String type

    The Type.

    Returns
    Type Description
    ApplicationTabBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved