Class BackStageMenu
Inheritance
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.EJ2.dll
Syntax
public class BackStageMenu : EJTagHelper
Constructors
BackStageMenu()
Declaration
public BackStageMenu()
Properties
BackButton
Defines the properties of ribbon backstage back button.
Declaration
public object BackButton { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Height
Defines the height of the backstage menu.
Declaration
public string Height { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "auto" |
Items
Defines the properties of ribbon backstage back button.
Declaration
public List<BackstageItem> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BackstageItem> | The default value is null |
KeyTip
Specifies the keytip content.
Declaration
public string KeyTip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
RibbonTooltipSettings
Specifies the tooltip settings for the file menu button.
Declaration
public object RibbonTooltipSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Target
Defines the selector that points to the element in which backstage will be positioned.
Declaration
public string Target { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Template
Defines the template for Backstage content.
Declaration
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Text
Defines the text content of backstage menu button.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "File" |
Visible
Defines whether to show the backstage menu button.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Width
Defines the width of the backstage menu.
Declaration
public string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "auto" |