Class TreeListAutoGeneratedColumns
The component for the Auto Generated Column of the TelerikTreeList<TItem> component.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TreeListAutoGeneratedColumns : BaseComponent, IDisposable
Constructors
TreeListAutoGeneratedColumns()
Declaration
public TreeListAutoGeneratedColumns()
Properties
ColumnWidth
Defines the width each auto-generated column.
Declaration
public string ColumnWidth { get; set; }
Property Value
System.String
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
OnInitialized()
Declaration
protected override void OnInitialized()