CalendarDatePicker.CalendarViewStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Style associated with the control's internal CalendarView object.
public:
property Style ^ CalendarViewStyle { Style ^ get(); void set(Style ^ value); };
Style CalendarViewStyle();
void CalendarViewStyle(Style value);
public Style CalendarViewStyle { get; set; }
var style = calendarDatePicker.calendarViewStyle;
calendarDatePicker.calendarViewStyle = style;
Public Property CalendarViewStyle As Style
<CalendarDatePicker CalendarViewStyle={StaticResource styleResourceKey}/>
- or -
<CalendarDatePicker>
<CalendarDatePicker.CalendarViewStyle>
<Style TargetType="CalendarView">
oneOrMoreSetters
</Style>
</CalendarDatePicker.CalendarViewStyle>
</CalendarDatePicker>
Property Value
The current style of the CalendarView object.