ClassGanttColumn
Class
The class for data columns in the gantt that can show all types of data.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class GanttColumn : BoundColumnBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IColumn
Inheritance: objectComponentBaseColumnBaseBoundColumnBaseGanttColumn
Implements:
Inherited Members
Constructors
GanttColumn()
Declaration
cs-api-definition
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
cs-api-definition
[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
cs-api-definition
[Parameter]
public GanttTreeListFilterEditorType? FilterEditorType { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
ThrowIfInvalidEditorType()
Declaration
cs-api-definition
protected override void ThrowIfInvalidEditorType()
Overrides
ThrowIfInvalidFilterEditorType()
Declaration
cs-api-definition
protected override void ThrowIfInvalidFilterEditorType()
Overrides