ClassFileManagerToolBarCustomTool
Class
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:
cs-api-definition
public class FileManagerToolBarCustomTool : FileManagerToolBarItem, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IFileManagerToolBarItem
Inheritance: objectComponentBaseFileManagerToolBarItemFileManagerToolBarCustomTool
Implements:
Inherited Members
Constructors
FileManagerToolBarCustomTool()
Declaration
cs-api-definition
public FileManagerToolBarCustomTool()
Properties
ChildContent
Custom content to display in the toolbar. Add buttons, dropdowns, or other components. Children: Any valid HTML or Blazor component 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