Class ToggleButtonDescription
The description of an SAPUI5 ToggleButton test object.
public class ToggleButtonDescription : ButtonDescription, ICloneable, IDescription
- Inheritance
-
ToggleButtonDescription
- Implements
- Inherited Members
Constructors
ToggleButtonDescription()
public ToggleButtonDescription()
Properties
IsChecked
Indicates whether the button is set to 'On'. Null if indeterminate.
public bool? IsChecked { get; set; }
Property Value
- bool?