Class BackstageBackButtonSettings
Inheritance
Namespace: Syncfusion.Blazor.Ribbon
Assembly: Syncfusion.Blazor.dll
Syntax
public class BackstageBackButtonSettings : Object
Constructors
BackstageBackButtonSettings()
Declaration
public BackstageBackButtonSettings()
Properties
IconCss
Gets or sets the CSS class for the icon displayed on the Back button in the Ribbon Backstage menu.
Declaration
public string IconCss { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the CSS class to be applied to the Back button's icon. The default value is an empty string. |
Remarks
This property allows you to specify a custom icon for the Back button by setting the CSS class that corresponds to the desired icon.
Text
Gets or sets the text to be displayed on the Back button in the Ribbon Backstage menu.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string that represents the text content of the Back button. The default value is an empty string. |
Remarks
Set this property to provide a label or instruction for the Back button.
Visible
Gets or sets the visibility of the Back button in the Ribbon Backstage menu.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | A boolean value indicating whether the Back button is visible. The default value is |
Remarks
Use this property to show or hide the Back button based on the application state or user actions.