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

CalendarProperties.DayOtherMonthStyle Property

Gets the style properties of the days that don’t belong to the displayed month.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public CalendarElementStyle DayOtherMonthStyle { get; }

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.

See Also