CalendarProperties.DayStyle Property
Gets the style settings for the days displayed in the calendar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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