Table of Contents

Class RadioGroupDescription

The description of an SAPUI5 RadioGroup test object.

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

Constructors

RadioGroupDescription()

Declaration
public RadioGroupDescription()

Properties

IsEnabled

Indicates whether the radio group is enabled.

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

Items

A collection of items in the object, separated by semicolons (;).

Declaration
public string[] Items { get; set; }
Property Value
Type Description
string[]

Implements

ICloneable
IDescription