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:
C#
public class TreeListCommandButton : TableCommandButtonBase<TreeListCommandEventArgs>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentButtonBaseCommandButtonBaseTableCommandButtonBase<TreeListCommandEventArgs>TreeListCommandButton...
Implements:
Inherited Members
Constructors
C#
public TreeListCommandButton()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides: