Class
EditorToolBar

Definition

Constructors

EditorToolBar()

Declaration

cs-api-definition
public EditorToolBar()

Properties

Adaptive

Declaration

cs-api-definition
[Parameter]
public bool Adaptive { get; set; }

Property Value

bool

CustomTools

Declaration

cs-api-definition
[Parameter]
public List<IEditorCustomToolRendering> CustomTools { get; set; }

Property Value

List<IEditorCustomToolRendering>

Editor

Declaration

cs-api-definition
[Parameter]
public TelerikEditor Editor { get; set; }

Property Value

TelerikEditor

Tools

Declaration

cs-api-definition
[Parameter]
public List<IEditorTool> Tools { get; set; }

Property Value

List<IEditorTool>

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)