ClassEditorToolBar
Class
Definition
Namespace:Telerik.Blazor.Components.Editor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class EditorToolBar : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseEditorToolBar
Implements:
Inherited Members
Constructors
EditorToolBar()
Declaration
cs-api-definition
public EditorToolBar()
Properties
CustomTools
Declaration
cs-api-definition
[Parameter]
public List<IEditorCustomToolRendering> CustomTools { get; set; }
Property Value
Editor
Declaration
cs-api-definition
[Parameter]
public TelerikEditor Editor { get; set; }
Property Value
Tools
Declaration
cs-api-definition
[Parameter]
public List<IEditorTool> Tools { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides