ClassTreeListCommandButton
Class
The class for the command button in a TreeList.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TreeListCommandButton : TableCommandButtonBase<TreeListCommandEventArgs>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentButtonBaseCommandButtonBaseTableCommandButtonBase<TreeListCommandEventArgs>TreeListCommandButton
Implements:
Inherited Members
Constructors
TreeListCommandButton()
Declaration
cs-api-definition
public TreeListCommandButton()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides