Class ApplicationTab
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class ApplicationTab : EJTagHelper
Constructors
ApplicationTab()
Declaration
public ApplicationTab()
Properties
BackStageHeight
Gets or sets the height of ribbon backstage page.
Declaration
[JsonProperty("height")]
public string BackStageHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The height |
BackStagePageCollection
Gets or sets the ribbon backstage page items.
Declaration
public virtual List<BackstagePage> BackStagePageCollection { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<BackstagePage> | The backstageSettings |
BackstageSettings
Gets or sets the ribbon backstage page items.
Declaration
[JsonProperty("backstageSettings")]
public BackstageSettings BackstageSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| BackstageSettings | The backstageSettings |
BackStageWidth
Gets or sets the width of ribbon backstage page.
Declaration
[JsonProperty("width")]
public string BackStageWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The width |
ItemID
Gets or sets the ID of ‘ul’ list to create application menu in the ribbon control.
Declaration
public string ItemID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The menuItemID |
MenuItemID
Gets or sets the ID of ‘ul’ list to create application menu in the ribbon control.
Declaration
[JsonProperty("menuItemID")]
public string MenuItemID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The menuItemID |
MenuSettings
Gets or sets the menu members, events by using the menu settings for the menu in the application tab.
Declaration
[JsonProperty("menuSettings")]
public MenuProperties MenuSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| MenuProperties | The menuSettings |
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 |
Type
Gets or sets the application menu or backstage page. Specify the type of application tab as “ApplicationTabType.Menu†to render the application menu or “ApplicationTabType.Backstage†to render backstage page in the ribbon control.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("type")]
public ApplicationTabType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| ApplicationTabType | The type |