Class RadioGroupDescription
The description of an SAPUI5 RadioGroup test object.
public class RadioGroupDescription : WebElementDescription, ICloneable, IDescription
- Inheritance
-
RadioGroupDescription
- Implements
- Inherited Members
Constructors
RadioGroupDescription()
public RadioGroupDescription()
Properties
IsEnabled
Indicates whether the radio group is enabled.
public bool? IsEnabled { get; set; }
Property Value
- bool?
Items
A collection of items in the object, separated by semicolons (;).
public string[] Items { get; set; }
Property Value
- string[]