Class HierarchicalBindingComponentBase
Inherited Members
Namespace: Telerik.Blazor.Components.Common.Layout
Assembly: Telerik.Blazor.dll
Syntax
public class HierarchicalBindingComponentBase : BindingComponentBase, IDisposable, IHierarchicalItemBinding, IItemBinding
Constructors
HierarchicalBindingComponentBase()
Declaration
public HierarchicalBindingComponentBase()
Properties
HasChildrenField
Defines the HasChildren DataField of the DataSource.
Declaration
public string HasChildrenField { get; set; }
Property Value
System.String
|
IdField
Defines the Id DataField of the DataSource.
Declaration
public string IdField { get; set; }
Property Value
System.String
|
ItemsField
Defines the Items DataField of the DataSource that contains the child nodes.
Declaration
public string ItemsField { get; set; }
Property Value
System.String
|
ParentIdField
Defines the ParentId DataField of the DataSource. Use this DataField when the component is bound to a flat data structure.
Declaration
public string ParentIdField { get; set; }
Property Value
System.String
|