CalendarView.MonthYearItemFontStyle Property

Definition

Gets or sets the font style used to display the month and year items in the calendar.

public:
 property FontStyle MonthYearItemFontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle MonthYearItemFontStyle();

void MonthYearItemFontStyle(FontStyle value);
public FontStyle MonthYearItemFontStyle { get; set; }
var fontStyle = calendarView.monthYearItemFontStyle;
calendarView.monthYearItemFontStyle = fontStyle;
Public Property MonthYearItemFontStyle As FontStyle
<CalendarView MonthYearItemFontStyle="fontStyleMemberName" />

Property Value

The font style used to display the month and year items in the calendar.

Applies to