Class CheckBoxDescription
The description of an SAPUI5 CheckBox test object.
public class CheckBoxDescription : CheckBoxDescription, ICloneable, IDescription
- Inheritance
-
CheckBoxDescription
- Implements
- Inherited Members
Constructors
CheckBoxDescription()
public CheckBoxDescription()
Properties
IsChecked
Indicates whether the check box is selected.
public bool? IsChecked { get; set; }
Property Value
- bool?
IsReadOnly
Indicates whether the object is read only.
public bool? IsReadOnly { get; set; }
Property Value
- bool?