ClassGanttCommandColumn
Class
A component that lets you render a command column in the Gantt Tree with built-in and custom action buttons. Supports predefined commands (Edit, Save, Delete, Cancel) and custom buttons with click handlers, enabling row-level actions.
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()