New to Telerik UI for BlazorStart a free 30-day trial

Creates a custom FileManager tool. Use it to create your own toolbar items with custom content.

Definition

Constructors

C#
public FileManagerToolBarCustomTool()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

Properties

Custom content to display in the toolbar. Add buttons, dropdowns, or other components. Children: Any valid HTML or Blazor component content.

C#
[Parameter]
public RenderFragment ChildContent { get; set; }