[]
Gets or sets a Style which is used to render the drop down calendar. This is a dependency property.
[Bindable(true)]
public Style DropDownCalendarStyle { get; set; }
<Bindable(True)>
Public Property DropDownCalendarStyle As Style
Type | Description |
---|---|
Style | A Style that applied to dropdown calendar. |