menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BackstageBackButtonSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BackstageBackButtonSettings

    Inheritance
    System.Object
    BackstageBackButtonSettings
    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 true.

    Remarks

    Use this property to show or hide the Back button based on the application state or user actions.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved