ClassTaskBoardToolBarSpacerTool
Class
Inserts a flexible empty space between toolbar items in the TelerikTaskBoard<TItem, TColumn> toolbar,
pushing subsequent tools to the opposite end. Mirrors SchedulerToolBarSpacerTool.
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 TaskBoardToolBarSpacerTool : TaskBoardToolBarItem, IComponent, IHandleEvent, IHandleAfterRender, ITaskBoardToolBarItem, IDisposable
Inheritance: objectComponentBaseTaskBoardToolBarItemTaskBoardToolBarSpacerTool
Implements:
Inherited Members
Constructors
TaskBoardToolBarSpacerTool()
Declaration
cs-api-definition
public TaskBoardToolBarSpacerTool()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides