Class
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:

cs-api-definition
public class GanttColumn : BoundColumnBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IColumn

Inheritance: objectComponentBaseColumnBaseBoundColumnBaseGanttColumn

Implements: IColumnIComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members BoundColumnBase.OnParametersSet()BoundColumnBase.GetParsedFieldEditorType(Enum, bool)BoundColumnBase.FieldBoundColumnBase.FieldTypeBoundColumnBase.TitleBoundColumnBase.DisplayFormatBoundColumnBase.EditableBoundColumnBase.FilterableBoundColumnBase.SortableBoundColumnBase.ChildContentBoundColumnBase.TemplateBoundColumnBase.FooterTemplateBoundColumnBase.EditorTemplateBoundColumnBase.TextAlignBoundColumnBase.FilterCellTemplateBoundColumnBase.FilterMenuTemplateBoundColumnBase.FilterMenuButtonsTemplateBoundColumnBase.FilterMenuTypeBoundColumnBase.ShowFilterCellButtonsBoundColumnBase.DefaultFilterOperatorBoundColumnBase.FilterOperatorsBoundColumnBase.FilterEditorFormatBoundColumnBase.VisibleInColumnChooserBoundColumnBase.LockableBoundColumnBase.ShowColumnMenuBoundColumnBase.ShowColumnChooserBoundColumnBase.PropertyTypeColumnBase.OnInitialized()ColumnBase.SetParametersAsync(ParameterView)ColumnBase.OnParametersSetAsync()ColumnBase.OnAfterRender(bool)ColumnBase.Dispose()ColumnBase.ParentColumnColumnBase.HeaderClassColumnBase.WidthColumnBase.MinResizableWidthColumnBase.MaxResizableWidthColumnBase.VisibleColumnBase.ReorderableColumnBase.ResizableColumnBase.LockedColumnBase.IdColumnBase.HeaderTemplateColumnBase.ColumnsCollectionComponentBase.OnInitializedAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.DispatchExceptionAsync(Exception)

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

GanttTreeListEditorType?

Expandable

Specifies if the column should render an expand toggle.

Declaration

cs-api-definition
[Parameter]
public bool Expandable { get; set; }

Property Value

bool

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

GanttTreeListFilterEditorType?

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

ThrowIfInvalidEditorType()

Declaration

cs-api-definition
protected override void ThrowIfInvalidEditorType()

Overrides BoundColumnBase.ThrowIfInvalidEditorType()

ThrowIfInvalidFilterEditorType()

Declaration

cs-api-definition
protected override void ThrowIfInvalidFilterEditorType()

Overrides BoundColumnBase.ThrowIfInvalidFilterEditorType()