Class SpreadsheetRibbon
Provides the Ribbon UI for the Spreadsheet, including formatting, editing, and protection commands.
Inherited Members
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
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
OnInitialized()
Initializes the ribbon component and subscribes to Spreadsheet events.
Declaration
protected override void OnInitialized()