CalendarView.MonthYearItemFontFamily Property

Definition

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

FontFamily MonthYearItemFontFamily();

void MonthYearItemFontFamily(FontFamily value);
public FontFamily MonthYearItemFontFamily { get; set; }
var fontFamily = calendarView.monthYearItemFontFamily;
calendarView.monthYearItemFontFamily = fontFamily;
Public Property MonthYearItemFontFamily As FontFamily
<CalendarView MonthYearItemFontFamily="fontFamilyValue"/>

Property Value

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

Applies to