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