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

CalendarDayCellPreparedEventArgs Properties

Provides data for the ASPxCalendar.DayCellPrepared and ASPxDateEdit.CalendarDayCellPrepared events.
Name Description
Cell Gets the currently processed cell of a calendar.
Date Gets the cell processed in the calendar. Inherited from CalendarPickerViewCellEventArgs.
IsOtherMonthDay Gets a value that indicates whether the processed date is in a month other than the month displayed in the calendar. Inherited from CalendarDayEventArgs.
IsOtherPeriodDate Returns the value that specifies whether the processed cell doesn’t refer to the current period (month, year, century). Inherited from CalendarDayEventArgs.
IsSelected Gets whether the cell has been selected. Inherited from CalendarPickerViewCellEventArgs.
IsWeekend Gets a value that indicates whether the processed date is a weekend day.
TextControl Gets the text control contained within a processed day cell.
See Also