AlwaysShowCalendar Property (InputDateBase)
In This Topic
Gets or sets a value that determines whether the calendar should remain visible in the dropdown even when there are selected predefined ranges.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(False)>
Public Property AlwaysShowCalendar As System.Boolean
'Usage
Dim instance As InputDateBase
Dim value As System.Boolean
instance.AlwaysShowCalendar = value
value = instance.AlwaysShowCalendar
[System.ComponentModel.DefaultValue(false)]
public System.bool AlwaysShowCalendar {get; set;}
public read-write property AlwaysShowCalendar: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set AlwaysShowCalendar : System.boolean
[System.ComponentModel.DefaultValue(false)]
public: __property System.bool get_AlwaysShowCalendar();
public: __property void set_AlwaysShowCalendar(
System.bool value
);
[System.ComponentModel.DefaultValue(false)]
public:
property System.bool AlwaysShowCalendar {
System.bool get();
void set ( System.bool value);
}
See Also