CalendarView.FirstOfMonthLabelFontStyle Property

Definition

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

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

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

Property Value

The font style 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