ClassDropDownTreeBinding
Class
Configures data binding for a specific level in the DropDownTree hierarchy. Define field mappings between your data model and tree item properties.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class DropDownTreeBinding : TreeBinding, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseTreeBindingDropDownTreeBinding
Implements:
Inherited Members
Constructors
DropDownTreeBinding()
Declaration
cs-api-definition
public DropDownTreeBinding()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides