Class BackstageBackButton
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
BackstageBackButton
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.EJ2.dll
Syntax
public class BackstageBackButton : EJTagHelper
Constructors
BackstageBackButton()
Declaration
public BackstageBackButton()
Properties
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 "" |
Text
Specifies the text for backstage back button.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Visible
Specifies whether to show the backstage back button or not.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |