menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class BackstageSettingsBuilder

    Class for BackstageSettingsBuilder

    Inheritance
    System.Object
    BackstageSettingsBuilder
    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 BackstageSettingsBuilder

    Constructors

    BackstageSettingsBuilder(BackstageSettings)

    Specifies the ribbon backstage settings.

    Declaration
    public BackstageSettingsBuilder(BackstageSettings backstageSettings)
    Parameters
    Type Name Description
    BackstageSettings backstageSettings

    The backstage settings.

    Methods

    HeaderWidth(String)

    Specifies the width of backstage page header that contains tabs and buttons.

    Declaration
    public BackstageSettingsBuilder HeaderWidth(string headerWidth)
    Parameters
    Type Name Description
    System.String headerWidth

    Width of the header.

    Returns
    Type Description
    BackstageSettingsBuilder

    Height(String)

    Specifies the height of ribbon backstage page.

    Declaration
    public BackstageSettingsBuilder Height(string height)
    Parameters
    Type Name Description
    System.String height

    The height.

    Returns
    Type Description
    BackstageSettingsBuilder

    Pages(Action<BackstageContentBuilder>)

    Specifies the ribbon backstage page with its tab and button elements.

    Declaration
    public BackstageSettingsBuilder Pages(Action<BackstageContentBuilder> backstage)
    Parameters
    Type Name Description
    System.Action<BackstageContentBuilder> backstage

    The backstage.

    Returns
    Type Description
    BackstageSettingsBuilder

    Text(String)

    Specifies the display text of application tab.

    Declaration
    public BackstageSettingsBuilder Text(string text)
    Parameters
    Type Name Description
    System.String text

    The text.

    Returns
    Type Description
    BackstageSettingsBuilder

    Width(String)

    Specifies the width of ribbon backstage page.

    Declaration
    public BackstageSettingsBuilder Width(string width)
    Parameters
    Type Name Description
    System.String width

    The width.

    Returns
    Type Description
    BackstageSettingsBuilder

    The method returns an string

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