InterfaceIEditorCustomToolRendering
Interface
Base interface that describes a custom tool in the editor.
Definition
Namespace:Telerik.Blazor.Components.Editor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public interface IEditorCustomToolRendering
Properties
ChildContent
Declaration
cs-api-definition
RenderFragment ChildContent { get; set; }
Property Value