ClassTelerikBlazorTreeViewNode
Definition
Namespace:Telerik.TestingFramework.Controls.TelerikUI.Blazor.TreeView
Assembly:Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax:
public class TelerikBlazorTreeViewNode : TelerikBlazorContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlTelerikBlazorContainerControlBaseTelerikBlazorTreeViewNode
Inherited Members
Constructors
TelerikBlazorTreeViewNode()
Initializes a new instance of TelerikBlazorTreeViewNode class.
Declaration
public TelerikBlazorTreeViewNode()
TelerikBlazorTreeViewNode(Element)
Initializes a new instance of TelerikBlazorTreeViewNode class.
Declaration
public TelerikBlazorTreeViewNode(Element element)
Parameters
element
Properties
AllNodes
Get a flat list of all child in node sub tree.
Declaration
public TelerikBlazorTreeViewNode[] AllNodes { get; }
Property Value
Expanded
Get whether node is expanded or not.
InnerElement
Get inner element.
IsExpandable
Get whether can be expanded/collapsed or not
IsLeaf
Gets whether current node is a leaf tree node or not.
NodeIndex
Get the index of the current node.
NodeName
Get node name
Nodes
Get node children.
Declaration
public TelerikBlazorTreeViewNode[] Nodes { get; }
Property Value
ParentTree
Get parent TreeView
Declaration
public TelerikBlazorTreeView ParentTree { 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