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.v24.1.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