CalendarView.FirstOfYearDecadeLabelFontFamily Property

Definition

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

FontFamily FirstOfYearDecadeLabelFontFamily();

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

Property Value

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

Remarks

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

Applies to