ClassTreeListCommandButton
Class
A command button used inside a TreeListCommandColumn for row actions. Inherits behavior from TableCommandButtonBase<TClickEventArgs> with TreeListCommandEventArgs context and supports built-in commands (Edit/Update/Cancel/Delete) or custom ones. Place in a TelerikTreeList<TItem> to trigger row-level operations.
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