Class
CustomTool

The class for the editor tool that points to a custom tool definition EditorCustomTool. Used for adding custom tools to the toolbar.

Definition

Namespace:Telerik.Blazor.Components.Editor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class CustomTool : IEditorTool

Inheritance: objectCustomTool

Implements: IEditorTool

Constructors

CustomTool()

Declaration

cs-api-definition
public CustomTool()

CustomTool(string)

Declaration

cs-api-definition
public CustomTool(string name)

Parameters

name

string

Properties

Name

The Name parameter of the custom tool from the editor markup that you will add to its toolbar.

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string