alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class SpreadsheetRibbon

    Provides the Ribbon UI for the Spreadsheet, including formatting, editing, and protection commands.

    Inheritance
    object
    ComponentBase
    SpreadsheetRibbon
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitializedAsync()
    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()
    Namespace: Syncfusion.Blazor.Spreadsheet
    Assembly: Syncfusion.Blazor.Spreadsheet.dll
    Syntax
    public class SpreadsheetRibbon : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

    Constructors

    SpreadsheetRibbon()

    Declaration
    public SpreadsheetRibbon()

    Methods

    BuildRenderTree(RenderTreeBuilder)

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

    Dispose()

    Disposes of unmanaged resources used by the SpreadsheetRibbon component.

    Declaration
    public void Dispose()

    Dispose(bool)

    Disposes of unmanaged resources used by the SpreadsheetRibbon component.

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

    OnAfterRender(bool)

    Performs first-render initialization of visual state in the ribbon.

    Declaration
    protected override void OnAfterRender(bool firstRender)
    Parameters
    Type Name Description
    bool firstRender

    True if this is the first render.

    Overrides
    ComponentBase.OnAfterRender(bool)

    OnInitialized()

    Initializes the ribbon component and subscribes to Spreadsheet events.

    Declaration
    protected override void OnInitialized()
    Overrides
    ComponentBase.OnInitialized()

    Implements

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