Definition
Namespace:Telerik.Blazor.Components.Common.Layout
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class HierarchicalBindingComponentBase : BindingComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentBindingComponentBaseHierarchicalBindingComponentBase
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public HierarchicalBindingComponentBase()
Properties
Defines the HasChildren DataField of the DataSource.
C#
[Parameter]
public string HasChildrenField { get; set; }
Defines the Id DataField of the DataSource.
C#
[Parameter]
public string IdField { get; set; }
Defines the Items DataField of the DataSource that contains the child nodes.
C#
[Parameter]
public string ItemsField { get; set; }
Defines the ParentId DataField of the DataSource. Use this DataField when the component is bound to a flat data structure.
C#
[Parameter]
public string ParentIdField { get; set; }