ClassTelerikBlazorTreeView
TelerikBlazorTreeView control wrapper
Definition
Namespace:Telerik.TestingFramework.Controls.TelerikUI.Blazor.TreeView
Assembly:Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax:
public class TelerikBlazorTreeView : TelerikBlazorContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlTelerikBlazorContainerControlBaseTelerikBlazorTreeView
Inherited Members
Constructors
TelerikBlazorTreeView()
Initializes a new instance of TelerikBlazorTreeView class.
Declaration
public TelerikBlazorTreeView()
TelerikBlazorTreeView(Element)
Initializes a new instance of TelerikBlazorTreeView class.
Declaration
public TelerikBlazorTreeView(Element element)
Parameters
element
Properties
AllNodes
Get flat collection of all nodes in the tree.
Declaration
public TelerikBlazorTreeViewNode[] AllNodes { get; }
Property Value
RootNodes
Get root nodes of the tree.
Declaration
public TelerikBlazorTreeViewNode[] RootNodes { get; }
Property Value
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The base element.
Overrides
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides