Class ExpandBarDescription
The description of a Java ExpandBar test object.
public class ExpandBarDescription : UiObjectBaseDescription, ICloneable, IDescription
- Inheritance
-
ExpandBarDescription
- Implements
- Inherited Members
Constructors
ExpandBarDescription()
public ExpandBarDescription()
Properties
ExpandedItems
The expanded items in the ExpandBar.
public string[] ExpandedItems { get; set; }
Property Value
- string[]
ItemsCount
The number of ExpandBar items in the ExpandBar.
public int? ItemsCount { get; set; }
Property Value
- int?