ClassGanttColumn
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
GanttColumn()
Declaration
public GanttColumn()
Properties
EditorType
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.
Declaration
[Parameter]
public GanttTreeListEditorType? EditorType { get; set; }
Property Value
Expandable
Specifies if the column should render an expand toggle.
FilterEditorType
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.
Declaration
[Parameter]
public GanttTreeListFilterEditorType? FilterEditorType { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
ThrowIfInvalidEditorType()
Declaration
protected override void ThrowIfInvalidEditorType()
Overrides
ThrowIfInvalidFilterEditorType()
Declaration
protected override void ThrowIfInvalidFilterEditorType()
Overrides