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