Class TelerikBlazorTreeViewNode
Inheritance
System.Object
TelerikBlazorTreeViewNode
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.TestingFramework.Controls.TelerikUI.Blazor.TreeView
Assembly: Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax
public class TelerikBlazorTreeViewNode : TelerikBlazorContainerControlBase
Constructors
TelerikBlazorTreeViewNode()
Declaration
public TelerikBlazorTreeViewNode()
TelerikBlazorTreeViewNode(Element)
Properties
AllNodes
Declaration
public TelerikBlazorTreeViewNode[] AllNodes { get; }
Property Value
TelerikBlazorTreeViewNode[]
|
Expanded
Declaration
public bool Expanded { get; }
Property Value
System.Boolean
|
InnerElement
IsExpandable
Declaration
public bool IsExpandable { get; }
Property Value
System.Boolean
|
IsLeaf
Declaration
public bool IsLeaf { get; }
Property Value
System.Boolean
|
NodeIndex
Declaration
public int NodeIndex { get; }
Property Value
System.Int32
|
NodeName
Declaration
public string NodeName { get; }
Property Value
System.String
|
Nodes
Declaration
public TelerikBlazorTreeViewNode[] Nodes { get; }
Property Value
TelerikBlazorTreeViewNode[]
|
ParentTree
Selected
Declaration
public bool Selected { get; }
Property Value
System.Boolean
|
Methods
AssignElement(Element)
Collapse()
Declaration
public void Collapse()
Expand()
Declaration
public void Expand()
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()