ClassTaskBoardToolBarCustomTool
Class
Renders arbitrary developer-defined content inside the TelerikTaskBoard<TItem, TColumn> toolbar.
Place any Blazor components or HTML inside this tag - buttons, dropdowns, labels, etc.
Must be placed inside a TaskBoardToolBar block on the TaskBoard.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TaskBoardToolBarCustomTool : TaskBoardToolBarItem, IComponent, IHandleEvent, IHandleAfterRender, ITaskBoardToolBarItem, IDisposable
Inheritance: objectComponentBaseTaskBoardToolBarItemTaskBoardToolBarCustomTool
Implements:
Inherited Members
Constructors
TaskBoardToolBarCustomTool()
Declaration
cs-api-definition
public TaskBoardToolBarCustomTool()
Properties
ChildContent
The content to render inside the toolbar. Accepts any Blazor components or HTML. Children: allows arbitrary Blazor content.
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides