Back to Devexpress

CalendarProperties.DayOtherMonthStyle Property

aspnet-devexpress-dot-web-dot-calendarproperties-91609509.md

latest1.8 KB
Original Source

CalendarProperties.DayOtherMonthStyle Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CalendarElementStyle DayOtherMonthStyle { get; }
vb
Public ReadOnly Property DayOtherMonthStyle As CalendarElementStyle

Property Value

TypeDescription
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

Calendar

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace