CalendarView.FirstOfMonthLabelFontFamily Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.