Table of Contents

Class RadioButtonDescription

The description of an SAPUI5 RadioButton test object.

Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public class RadioButtonDescription : ButtonDescription, ICloneable, IDescription

Constructors

RadioButtonDescription()

Declaration
public RadioButtonDescription()

Properties

IsChecked

Indicates whether the radio button is selected.

Declaration
public bool? IsChecked { get; set; }
Property Value
Type Description
bool?

IsEnabled

Indicates whether the object is enabled.

Declaration
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

IsReadOnly

Indicates whether the object is read only.

Declaration
public bool? IsReadOnly { get; set; }
Property Value
Type Description
bool?

Implements

ICloneable
IDescription