CalendarView.FirstOfMonthLabelFontWeight Property

Definition

Gets or sets the font weight used to display the first-of-month banner in the calendar.

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

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

Property Value

The font weight used to display the first-of-month banner in the calendar.

Remarks

To make the first of month label visible or not, use the IsGroupLabelVisible property.

Applies to