ClassGanttCommandButton
Class
The class for the command button in a Gantt.
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