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