HypernovaDesktop Components · docs
Binarymission
WPFOrganisation Tree View › OrganizedTreeNode

OrganizedTreeNode

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.TreeControls

A custom class that represents a Node.

public class OrganizedTreeNode

Members at a glance

OrganizedTreeNodeInitializes a new instance of the OrganizedTreeNode class.
ChildrenGets or sets the children.
IsInCollapsedStateGets or sets a value indicating whether this node is in collapsed state.
NodeElementGets or sets the node element.

Constructors

OrganizedTreeNode

public OrganizedTreeNode(FrameworkElement nodeElement, Size sizeOfTheNodeElement)

Initializes a new instance of the OrganizedTreeNode class.

nodeElement
The node element.
sizeOfTheNodeElement
The size of the node element.

Properties

Children

public List<OrganizedTreeNode> Children

Gets or sets the children.

Value. The children.

IsInCollapsedState

public bool IsInCollapsedState

Gets or sets a value indicating whether this node is in collapsed state.

Value. true if this node is in collapsed state; otherwise, false .

NodeElement

public FrameworkElement NodeElement

Gets or sets the node element.

Value. The node element.