Class TreeListColumn
The class for data columns in the treelist that can show all types of data.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TreeListColumn : BoundColumnBase, IDisposable, IBoundColumn, IColumn, ITreeListDataColumn, IDataColumn<TreeListCellRenderEventArgs>, ITreeListColumnMenuColumn, ITableColumnMenuColumn
Constructors
TreeListColumn()
Declaration
public TreeListColumn()
Properties
Columns
The list of child columns to produce multi-column headers.
Declaration
public RenderFragment Columns { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
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<TreeListEditorType> EditorType { get; set; }
Property Value
System.Nullable<TreeListEditorType>
|
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<TreeListFilterEditorType> FilterEditorType { get; set; }
Property Value
System.Nullable<TreeListFilterEditorType>
|
FooterTemplate
OnCellRender
Called each time a cell is rendered. Use this to add custom classes to the cell based on its value.
Declaration
public Action<TreeListCellRenderEventArgs> OnCellRender { get; set; }
Property Value
System.Action<TreeListCellRenderEventArgs>
|
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()