menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class BackstageSettings

    Inheritance
    System.Object
    EJTagHelper
    BackstageSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class BackstageSettings : EJTagHelper

    Constructors

    BackstageSettings()

    Declaration
    public BackstageSettings()

    Properties

    HeaderWidth

    Gets or sets the width of backstage page header that contains tabs and buttons.

    Declaration
    [JsonProperty("headerWidth")]
    public string HeaderWidth { get; set; }
    Property Value
    Type Description
    System.String

    The headerWidth

    Height

    Gets or sets the height of ribbon backstage page.

    Declaration
    [JsonProperty("height")]
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    The height

    PageCollection

    Declaration
    public virtual List<BackstagePage> PageCollection { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<BackstagePage>

    Pages

    Gets or sets the ribbon backstage page with its tab and button elements.

    Declaration
    [JsonProperty("pages")]
    public List<BackstagePage> Pages { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<BackstagePage>

    The pages

    Text

    Gets or sets the display text of application tab.

    Declaration
    [JsonProperty("text")]
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The text

    Width

    Gets or sets the width of ribbon backstage page.

    Declaration
    [JsonProperty("width")]
    public string Width { get; set; }
    Property Value
    Type Description
    System.String

    The width

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