menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class BackstagePage

    Inheritance
    System.Object
    EJTagHelper
    BackstagePage
    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 BackstagePage : EJTagHelper

    Constructors

    BackstagePage()

    Declaration
    public BackstagePage()

    Properties

    ContentID

    Gets or sets the id of HTML elements like div, ul, etc., as ribbon backstage page’s tab content.

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

    The contentid.

    EnableSeparator

    Gets or sets a value indicating whether the separator between backstage page’s tab and button elements.

    Declaration
    [JsonProperty("enableSeparator")]
    public bool EnableSeparator { get; set; }
    Property Value
    Type Description
    System.Boolean

    if ; otherwise, .

    Id

    Gets or sets the id for ribbon backstage page’s tab and button elements.

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

    The id.

    ItemType

    Gets or sets the type for ribbon backstage page’s contents. Set “ItemType.Tab” to render the tab or “ItemType.Button” to render the button.

    Declaration
    [JsonProperty("itemType")]
    [JsonConverter(typeof(StringEnumConverter))]
    public ItemType ItemType { get; set; }
    Property Value
    Type Description
    ItemType

    The itemType.

    Text

    Gets or sets the text for ribbon backstage page’s tab header and button elements.

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

    The text

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