ClassGanttCommandColumn
Class
The class for the command column of the gantt where you can put buttons for built-in commands like Edit, Save, Delete, Cancel; as well as buttons for custom commands whose OnClick you can handle.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class GanttCommandColumn : CommandColumnBase, IComponent, IHandleEvent, IHandleAfterRender, IColumn, IDisposable
Inheritance: objectComponentBaseColumnBaseCommandColumnBaseGanttCommandColumn
Implements:
Inherited Members
Constructors
GanttCommandColumn()
Declaration
cs-api-definition
public GanttCommandColumn()