CalendarView.FirstOfYearDecadeLabelFontStyle Property

Definition

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

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

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

Property Value

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