Class BackstageMenuItems
Gets or sets the container for one or more BackstageMenuItem instances in the Backstage view of the SfRibbon component.
Inheritance
BackstageMenuItems
Inherited Members
Namespace: Syncfusion.Blazor.Ribbon
Assembly: Syncfusion.Blazor.dll
Syntax
public class BackstageMenuItems : SfBaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Remarks
The BackstageMenuItems component is used declaratively to define the menu items displayed in the Backstage navigation panel.
It automatically registers itself with the parent RibbonBackstageMenuSettings and maintains the collection of child BackstageMenuItem elements.
Constructors
BackstageMenuItems()
Declaration
public BackstageMenuItems()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |
Overrides
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
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. |