alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class RibbonTab

    A class that represents tabs of SfRibbon component.

    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    SfBaseComponent
    RibbonTab
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    OwningComponentBase.IsDisposed
    OwningComponentBase.ScopedServices
    SfBaseComponent.Dispose()
    SfBaseComponent.GetEffectivePlatform()
    SfBaseComponent.GetMainComponentPlatform()
    SfBaseComponent.IsMainLicenseComponent()
    SfBaseComponent.LicenseContext
    SfBaseComponent.OnAfterRenderAsync(bool)
    SfBaseComponent.OnObservableChange(string, object, bool, NotifyCollectionChangedEventArgs)
    SfBaseComponent.ValidateLicense()
    Namespace: Syncfusion.Blazor.Ribbon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RibbonTab : SfBaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

    Constructors

    RibbonTab()

    Declaration
    public RibbonTab()

    Properties

    CssClass

    Gets or sets one or more CSS classes to customize the RibbonTab.

    Declaration
    [Parameter]
    public string CssClass { get; set; }
    Property Value
    Type Description
    string

    Accepts a CSS class string separated by spaces to customize the appearance of the RibbonTab. The default value is String.Empty.

    Remarks

    This property allows you to specify one or more CSS classes that will be applied to the RibbonTab.

    HeaderText

    Gets or sets the header text of the RibbonTab.

    Declaration
    [Parameter]
    public string HeaderText { get; set; }
    Property Value
    Type Description
    string

    Accepts a string that represents the header text of the RibbonTab. The default value is String.Empty.

    Remarks

    This property allows you to specify the text that will be displayed as the header for the RibbonTab.

    ID

    Gets or sets the unique ID for the RibbonTab.

    Declaration
    [Parameter]
    public string ID { get; set; }
    Property Value
    Type Description
    string

    The ID of the RibbonTab. The default value is String.Empty.

    Remarks

    This property allows you to assign a unique identifier to the RibbonTab.

    KeyTip

    Gets or sets the key tip text for the tab in the SfRibbon component.

    Declaration
    [Parameter]
    public string KeyTip { get; set; }
    Property Value
    Type Description
    string

    A string representing the key tip text for the tab. Defaults to an empty string.

    Remarks

    The KeyTip property allows you to specify a keyboard shortcut for a particular tab in the SfRibbon component. When key tips are enabled, users can press the associated key combination to quickly access the corresponding tab.

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    RenderTreeBuilder __builder
    Overrides
    ComponentBase.BuildRenderTree(RenderTreeBuilder)

    Dispose(bool)

    Dispose unmanaged resources in the Syncfusion Blazor component.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    Boolean value to dispose the object.

    Overrides
    SfBaseComponent.Dispose(bool)

    OnInitializedAsync()

    Method invoked when the component is ready to start.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    Task

    A System.Threading.Tasks.Task representing any asynchronous operation.

    Overrides
    SfBaseComponent.OnInitializedAsync()

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved