Class BackstageItem
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
BackstageItem
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.EJ2.dll
Syntax
public class BackstageItem : EJTagHelper
Constructors
BackstageItem()
Declaration
public BackstageItem()
Properties
BackStageItemClick
Declaration
public string BackStageItemClick { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Content
Specifies the backstage item’s content as selector.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
IconCss
Specifies the icon css class for backstage back button.
Declaration
public string IconCss { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Id
Defines a unique identifier for the backstage item.
Declaration
public override string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Overrides
Syncfusion.EJ2.EJTagHelper.Id
IsFooter
Specifies whether the item is placed in Footer section of backstage.
Declaration
public bool IsFooter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
KeyTip
Specifies the keytip content.
Declaration
public string KeyTip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Separator
Specifies the separator between the backstage items.
Declaration
public bool Separator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Text
Specifies the text for backstage item.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |