Skip to main content
A newer version of this page is available. .
Tab

CalendarProperties.DayStyle Property

Gets the style settings for the days displayed in the calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public CalendarElementStyle DayStyle { get; }

Property Value

Type Description
CalendarElementStyle

A CalendarElementStyle object defining the common appearance of the calendar’s days.

Remarks

Note

The DayStyle property synchronizes its value with the editor’s ASPxCalendar.DayStyle property.

See Also