CalendarDayCellCreatedEventArgs Properties
Provides data for the ASPxCalendar.DayCellCreated and ASPxDateEdit.CalendarDayCellCreated events.Name | Description |
---|---|
Controls | Gets a control collection contained within a created day cell. |
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. |
See Also