Class TreeViewBinding
Inheritance
System.Object
Telerik.Blazor.Components.Common.BaseComponent
BindingComponentBase<System.Object>
HierarchicalBindingComponentBase<System.Object>
TreeViewBinding
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TreeViewBinding : HierarchicalBindingComponentBase<object>, IDisposable, IHierarchicalItemBinding<object>, IItemBinding<object>
Constructors
TreeViewBinding()
Declaration
public TreeViewBinding()
Properties
ExpandedField
Defines the Expanded DataField of the DataSource
Declaration
public string ExpandedField { get; set; }
Property Value
System.String
|
Level
Defines the Hierarchy Level of the DataSource that should apply bindings to.
Declaration
public Nullable<int> Level { get; set; }
Property Value
System.Nullable<System.Int32>
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
Dispose()
Declaration
public override void Dispose()
Overrides
Telerik.Blazor.Components.Common.BaseComponent.Dispose()
OnInitialized()
Declaration
protected override void OnInitialized()