Class BackstageBackButtonBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
BackstageBackButtonBuilder
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.EJ2.dll
Syntax
public class BackstageBackButtonBuilder : ControlBuilder
Constructors
BackstageBackButtonBuilder()
Declaration
public BackstageBackButtonBuilder()
BackstageBackButtonBuilder(BackstageBackButton)
Declaration
public BackstageBackButtonBuilder(BackstageBackButton model)
Parameters
Type | Name | Description |
---|---|---|
BackstageBackButton | model |
Methods
IconCss(String)
Specifies the icon css class for backstage back button.
Declaration
public BackstageBackButtonBuilder IconCss(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Text(String)
Specifies the text for backstage back button.
Declaration
public BackstageBackButtonBuilder Text(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Visible(Boolean)
Specifies whether to show the backstage back button or not.
Declaration
public BackstageBackButtonBuilder Visible(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |