[]
        
(Showing Draft Content)

C1.Blazor.Ribbon.C1MenuTool

C1MenuTool Class

This tools groups a set of Tools and display them as a drop-down menu.

Namespace: C1.Blazor.Ribbon
Assembly: C1.Blazor.Ribbon.dll
Syntax
public class C1MenuTool : C1DropDownTool, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable, IComponent
Public Class C1MenuTool
    Inherits C1DropDownTool
    Implements IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable, IComponent

Constructors

Name Description
C1MenuTool()

Initializes a new instance of the C1MenuTool class.

Properties

Name Description
ChildContent

Gets or sets the component child content. This can be used to define C1Tool, C1ToolSeparator, or their derived types.

ItemsSource

Gets or sets the collection used to generate the content of the C1MenuTool component.

Tools

Gets the collection of sub-tools this tool will display as a menu.

Methods

Name Description
BuildRenderTree(RenderTreeBuilder)
Dispose(bool)
OnAfterRender(bool)