ClassEditorCustomTool
Class
The class for the Custom Tools in the Editor.
Definition
Namespace:Telerik.Blazor.Components.Editor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class EditorCustomTool : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IEditorCustomToolRendering, IDisposable
Inheritance: objectComponentBaseEditorCustomTool
Implements:
Inherited Members
Constructors
EditorCustomTool()
Declaration
cs-api-definition
public EditorCustomTool()
Properties
ChildContent
Contains the tool rendering.
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Implements
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements