Class TreeViewDescription
The description of an SAPUI5 TreeView test object.
public class TreeViewDescription : WebElementDescription, ICloneable, IDescription
- Inheritance
-
TreeViewDescription
- Implements
- Inherited Members
Constructors
TreeViewDescription()
public TreeViewDescription()
Properties
IsEnabled
Indicates whether the object is enabled.
public bool? IsEnabled { get; set; }
Property Value
- bool?
SelectedNode
The path of the selected node.
public StringProperty SelectedNode { get; set; }
Property Value
VisibleNodes
The semicolon-delimited list of visible nodes in the tree.
public string[] VisibleNodes { get; set; }
Property Value
- string[]