Creates a custom FileManager tool. Use it to create your own toolbar items with custom content.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class FileManagerToolBarCustomTool : FileManagerToolBarItem, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IFileManagerToolBarItem
Inheritance: objectComponentBaseFileManagerToolBarItemFileManagerToolBarCustomTool
Implements:
Inherited Members
Constructors
C#
public FileManagerToolBarCustomTool()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
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; }