CalendarView.MonthYearItemFontWeight Property

Definition

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

public:
 property FontWeight MonthYearItemFontWeight { FontWeight get(); void set(FontWeight value); };
FontWeight MonthYearItemFontWeight();

void MonthYearItemFontWeight(FontWeight value);
public FontWeight MonthYearItemFontWeight { get; set; }
var fontWeight = calendarView.monthYearItemFontWeight;
calendarView.monthYearItemFontWeight = fontWeight;
Public Property MonthYearItemFontWeight As FontWeight
<CalendarView MonthYearItemFontWeight="fontWeightMemberName"/>

Property Value

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

Applies to