Class TreeViewDescription
The description of a WPF TreeView test object.
public class TreeViewDescription : UiObjectDescriptionBase, ICloneable, IDescription
- Inheritance
-
TreeViewDescription
- Implements
- Inherited Members
Constructors
TreeViewDescription()
public TreeViewDescription()
Properties
Name
The name of this object.
public StringProperty Name { get; set; }
Property Value
ParentText
The text associated with the parent object of this object.
public StringProperty ParentText { get; set; }
Property Value
SelectedNodes
All of the selected nodes in the tree-view object.
public string[] SelectedNodes { get; set; }
Property Value
- string[]
VisibleNodes
All of the visible nodes in the tree-view object.
public string[] VisibleNodes { get; set; }
Property Value
- string[]