CalendarDayEventArgs.IsOtherMonthDay Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Boolean |
|
#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