Class DateTimeInputDescription
The description of an SAPUI5 DateTimeInput test object.
public class DateTimeInputDescription : WebElementDescription, ICloneable, IDescription
- Inheritance
-
DateTimeInputDescription
- Implements
- Inherited Members
Constructors
DateTimeInputDescription()
public DateTimeInputDescription()
Properties
DateType
The type of date displayed in the object.
public DateType? DateType { get; set; }
Property Value
DisplayFormat
The display format of the DateTimeInput object.
public StringProperty DisplayFormat { get; set; }
Property Value
IsEnabled
Indicates whether the object is enabled.
public bool? IsEnabled { get; set; }
Property Value
- bool?
Placeholder
The placeholder of this object.
public StringProperty Placeholder { get; set; }