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

CalendarDayEventArgs.IsOtherMonthDay Property

Gets a value that indicates whether the processed date is in a month other than the month displayed in the calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public bool IsOtherMonthDay { get; }

Property Value

Type Description
Boolean

true if the date is in a month other than the month displayed in the editor; otherwise, false.

Remarks

Use the IsOtherMonthDay property to programmatically determine whether the processed date is in a month other than the month displayed in the calendar. This allows you to programmatically control the appearance or behavior of the day, based on this value.

See Also