Class ListBoxDescription
The description of an SAPUI5 ListBox test object.
public class ListBoxDescription : ListBoxDescription, ICloneable, IDescription
- Inheritance
-
ListBoxDescription
- Implements
- Inherited Members
Constructors
ListBoxDescription()
public ListBoxDescription()
Properties
IsEnabled
Indicates whether the object is enabled.
public bool? IsEnabled { get; set; }
Property Value
- bool?
SelectType
The type of list. Possible values SelectType
public SelectType? SelectType { get; set; }