CalendarView.DayItemFontWeight Property

Definition

Gets or sets the font weight used to display day values in the calendar.

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

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

Property Value

The font weight used to display day values in the calendar.

Applies to