CalendarView.FirstOfYearDecadeLabelFontWeight Property

Definition

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

public:
 property FontWeight FirstOfYearDecadeLabelFontWeight { FontWeight get(); void set(FontWeight value); };
FontWeight FirstOfYearDecadeLabelFontWeight();

void FirstOfYearDecadeLabelFontWeight(FontWeight value);
public FontWeight FirstOfYearDecadeLabelFontWeight { get; set; }
var fontWeight = calendarView.firstOfYearDecadeLabelFontWeight;
calendarView.firstOfYearDecadeLabelFontWeight = fontWeight;
Public Property FirstOfYearDecadeLabelFontWeight As FontWeight
<CalendarView FirstOfYearDecadeLabelFontWeight="fontWeightMemberName"/>

Property Value

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