ClassGanttCommandButton
Class
A component that lets you add a command button inside a Gantt command column. Supports built-in and custom actions and emits GanttTaskCommandEventArgs on click to handle row-level operations.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class GanttCommandButton : TableCommandButtonBase<GanttTaskCommandEventArgs>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentButtonBaseCommandButtonBaseTableCommandButtonBase<GanttTaskCommandEventArgs>GanttCommandButton
Implements:
Inherited Members
Constructors
GanttCommandButton()
Declaration
cs-api-definition
public GanttCommandButton()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides