GanttColumn
A component that lets you define a bound data column in the Gantt Tree. Supports an expand toggle via Expandable, custom edit and filter editors through EditorType and FilterEditorType, and validates editor applicability against the field type.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class GanttColumn : BoundColumnBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IColumn
Inheritance: objectComponentBaseColumnBaseBoundColumnBaseGanttColumn
Implements:
Inherited Members
Constructors
public GanttColumn()
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
protected override void ThrowIfInvalidEditorType()
Overrides:
protected override void ThrowIfInvalidFilterEditorType()
Overrides:
Properties
Defines the editor used for editing for the given field. If not provided, a default editor will be used based on the field data type.
[Parameter]
public GanttTreeListEditorType? EditorType { get; set; }
Specifies if the column should render an expand toggle.
[Parameter]
public bool Expandable { get; set; }
Defines the editor used for filtering for the given field. If not provided, a default editor will be used based on the field data type.
[Parameter]
public GanttTreeListFilterEditorType? FilterEditorType { get; set; }