Click or drag to resize

IExpandableNode interface

Defines the necessary properties of an expandable, respectively collapsible node in a tree (from the point of view of the ConfigurationManager class).

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public interface IExpandableNode

The IExpandableNode Type exposes the following members.

Properties
 NameDescription of the
Public PropertyChildOrientation Defines whether the child elements of this node should be arranged horizontally or vertically.
Public PropertyId The identifier of the associated LogicalTaskTree node made available for the UI.
Public PropertyIsExpanded True if the TreeView node that is connected to this node is folded out.
Public PropertyName The name of the associated LogicalTaskTree node made available for the UI.
Public PropertyPath The unique path of the associated LogicalTaskTree node.
Back to the top
Methods
 NameDescription of the
Public MethodTraverse Goes recursively through the tree and calls the action for each node.
Back to the top
Remarks
File: IExpandableNode.cs Author: Erik Nagel 10.02.2018 Erik Nagel: created
See also