Class GanttCommandButton
The class for the command button in a Gantt.
Inheritance
System.Object
GanttCommandButton
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GanttCommandButton : TableCommandButtonBase<GanttTaskCommandEventArgs>, IDisposable
Constructors
GanttCommandButton()
Declaration
public GanttCommandButton()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|