[]
        
(Showing Draft Content)

C1.Blazor.Ribbon.C1ContentControlTool

C1ContentControlTool Class

Tools that allows showing an arbitrary content.

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

Constructors

Name Description
C1ContentControlTool()

Initializes a new instance of the C1ContentControlTool class.

Fields

Name Description
ContentProperty

Identifies the Content dependency property.

Properties

Name Description
ChildContent

Defines child content for the C1ContentControlTool.

Content

Gets or sets the content displayed in this tool.

Methods

Name Description
Dispose(bool)
GetContentRenderFragment(C1Style)

Returns a RenderFragment that represents the tool's UI content.

OnAfterRender(bool)