The component for the Auto Generated Column of the TelerikTreeList<TItem> component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class TreeListAutoGeneratedColumns : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTreeListAutoGeneratedColumns
Implements:
Inherited Members
Constructors
C#
public TreeListAutoGeneratedColumns()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
Properties
Defines the width each auto-generated column.
C#
[Parameter]
public string ColumnWidth { get; set; }