Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CalendarView.CalendarViewDayItemStyle 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 CalendarViewDayItem object.

public:
 property Style ^ CalendarViewDayItemStyle { Style ^ get(); void set(Style ^ value); };
Style CalendarViewDayItemStyle();

void CalendarViewDayItemStyle(Style value);
public Style CalendarViewDayItemStyle { get; set; }
var style = calendarView.calendarViewDayItemStyle;
calendarView.calendarViewDayItemStyle = style;
Public Property CalendarViewDayItemStyle As Style
<CalendarView CalendarViewDayItemStyle={StaticResource styleResourceKey}/>
- or -
<CalendarView>
 <CalendarView.CalendarViewDayItemStyle>
 <Style TargetType="CalendarViewDayItem">
 oneOrMoreSetters
 </Style>
 </CalendarView.CalendarViewDayItemStyle>
</CalendarView>

Property Value

The Style associated with the control's internal CalendarViewDayItem object.

Applies to

See also


Feedback

Was this page helpful?