CalendarProperties.DayOtherMonthStyle Property
Gets the style properties of the days that don’t belong to the displayed month.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
CalendarElementStyle | A CalendarElementStyle object defining the appearance of the days that are not in the displayed month. |
Remarks
Use the DayOtherMonthStyle property to access style settings defining the appearance of days that are displayed within the calendar but don’t belong to the currently displayed mongth. The DayOtherMonthStyle property allows the common day appearance specified via the ASPxCalendar.DayStyle property to be overridden for these specific days.
Note
The DayOtherMonthStyle property synchronizes its value with the editor’s ASPxCalendar.DayOtherMonthStyle property.