Class EditorCustomTool
The class for the Custom Tools in the Editor.
Inheritance
System.Object
EditorCustomTool
Namespace: Telerik.Blazor.Components.Editor
Assembly: Telerik.Blazor.dll
Syntax
public class EditorCustomTool : ComponentBase, IEditorCustomToolRendering, IDisposable
Constructors
EditorCustomTool()
Declaration
public EditorCustomTool()
Properties
ChildContent
Contains the tool rendering.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Implements
Name
Defines the tool name that is associated to the tool rendering. Used to add the custom tool to the toolbar. Required.
Declaration
public string Name { get; set; }
Property Value
System.String
|
Implements
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
Dispose()
Declaration
public void Dispose()
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
System.Threading.Tasks.Task
|