Class GanttColumn
The class for data columns in the gantt that can show all types of data.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GanttColumn : BoundColumnBase, IDisposable, IBoundColumn, IColumn
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
public Nullable<GanttTreeListEditorType> EditorType { get; set; }
Property Value
System.Nullable<GanttTreeListEditorType>
|
Expandable
Specifies if the column should render an expand toggle.
Declaration
public bool Expandable { get; set; }
Property Value
System.Boolean
|
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
public Nullable<GanttTreeListFilterEditorType> FilterEditorType { get; set; }
Property Value
System.Nullable<GanttTreeListFilterEditorType>
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
ThrowIfInvalidEditorType()
Declaration
protected override void ThrowIfInvalidEditorType()
Overrides
ThrowIfInvalidFilterEditorType()
Declaration
protected override void ThrowIfInvalidFilterEditorType()