Class BackstagePage
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.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 |
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
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("itemType")]
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 |