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
Constructors
TreeListColumn()
Declaration
public TreeListColumn()
Properties
Expandable
Specifies if the column should render an expand toggle.
Declaration
public bool Expandable { get; set; }
Property Value
System.Boolean
|
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>
|