ClassTreeBinding
Definition
Namespace:Telerik.Blazor.Components.Common.Trees
Assembly:Telerik.Blazor.dll
Syntax:
public abstract class TreeBinding : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseTreeBinding
Derived Classes:
Implements:
Inherited Members
Constructors
TreeBinding()
Declaration
protected TreeBinding()
Properties
HasChildrenField
Defines the HasChildren DataField of the DataSource.
Declaration
[Parameter]
public string HasChildrenField { get; set; }
Property Value
IconField
Defines the Icon DataField of the DataSource.
Declaration
[Parameter]
public string IconField { get; set; }
Property Value
IdField
Defines the Id DataField of the DataSource.
ItemsField
Defines the Items DataField of the DataSource that contains the child nodes.
Declaration
[Parameter]
public string ItemsField { get; set; }
Property Value
Level
Defines the Hierarchy Level of the DataSource that should apply bindings to.
ParentIdField
Defines the ParentId DataField of the DataSource. Use this DataField when the component is bound to a flat data structure.
Declaration
[Parameter]
public string ParentIdField { get; set; }
Property Value
TextField
Defines the Text DataField of the DataSource.
Declaration
[Parameter]
public string TextField { get; set; }
Property Value
Methods
Dispose()
Declaration
public void Dispose()
Implements
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides