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 Calendar |
Is |
Gets a value that indicates whether the processed date is in a month other than the month displayed in the calendar.
Inherited from Calendar |
Is |
Gets whether the cell has been selected.
Inherited from Calendar |
Is |
Gets a value that indicates whether the processed date is a weekend day. |
Text |
Gets the text control contained within a processed day cell. |
See Also