CalendarView.DayItemFontStyle Property

Definition

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

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

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

Property Value

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

Applies to