Class TreeListCommandButton
The class for the command button in a TreeList.
Inheritance
System.Object
TreeListCommandButton
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TreeListCommandButton : TableCommandButtonBase<TreeListCommandEventArgs>, IDisposable
Constructors
TreeListCommandButton()
Declaration
public TreeListCommandButton()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|