ClassHierarchicalBindingComponentBase
Class
Definition
Namespace:Telerik.Blazor.Components.Common.Layout
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class HierarchicalBindingComponentBase : BindingComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentBindingComponentBaseHierarchicalBindingComponentBase
Derived Classes:
Implements:
Inherited Members
Constructors
HierarchicalBindingComponentBase()
Declaration
cs-api-definition
public HierarchicalBindingComponentBase()
Properties
HasChildrenField
Defines the HasChildren DataField of the DataSource.
Declaration
cs-api-definition
[Parameter]
public string HasChildrenField { 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
cs-api-definition
[Parameter]
public string ItemsField { get; set; }
Property Value
ParentIdField
Defines the ParentId DataField of the DataSource. Use this DataField when the component is bound to a flat data structure.
Declaration
cs-api-definition
[Parameter]
public string ParentIdField { get; set; }
Property Value