ClassTaskBoardToolBarSeparatorTool
Class
Inserts a vertical line between toolbar items in the TelerikTaskBoard<TItem, TColumn> toolbar for better visual separation.
Must be placed inside a TaskBoardToolBar block in the TaskBoard.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TaskBoardToolBarSeparatorTool : TaskBoardToolBarItem, IComponent, IHandleEvent, IHandleAfterRender, ITaskBoardToolBarItem, IDisposable
Inheritance: objectComponentBaseTaskBoardToolBarItemTaskBoardToolBarSeparatorTool
Implements:
Inherited Members
Constructors
TaskBoardToolBarSeparatorTool()
Declaration
cs-api-definition
public TaskBoardToolBarSeparatorTool()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides