Class RadioButtonDescription
The description of an SAPUI5 RadioButton test object.
public class RadioButtonDescription : ButtonDescription, ICloneable, IDescription
- Inheritance
-
RadioButtonDescription
- Implements
- Inherited Members
Constructors
RadioButtonDescription()
public RadioButtonDescription()
Properties
IsChecked
Indicates whether the radio button is selected.
public bool? IsChecked { get; set; }
Property Value
- bool?
IsEnabled
Indicates whether the object is enabled.
public bool? IsEnabled { get; set; }
Property Value
- bool?
IsReadOnly
Indicates whether the object is read only.
public bool? IsReadOnly { get; set; }
Property Value
- bool?