DropDownCalendarStyle Property
In This Topic
Gets or sets a
System.Windows.Style which is used to render the drop down calendar. This is a dependency property.
Syntax
'Declaration
<BindableAttribute(True)>
Public Property DropDownCalendarStyle As Style
'Usage
Dim instance As GcDateTime
Dim value As Style
instance.DropDownCalendarStyle = value
value = instance.DropDownCalendarStyle
[Bindable(true)]
public Style DropDownCalendarStyle {get; set;}
Property Value
A
System.Windows.Style that applied to dropdown calendar.
See Also