[]
        
(Showing Draft Content)

C1.Blazor.Ribbon.C1ToolStrip.ChildContent

ChildContent Property

ChildContent

Gets or sets the child content of the C1ToolStrip. For example, you may define tools components derived from the C1Tool base class.

Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
<Parameter>
Public Property ChildContent As RenderFragment