CalendarView.FirstOfMonthLabelFontFamily Property

Definition

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

FontFamily FirstOfMonthLabelFontFamily();

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

Property Value

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