ASPxCalendar.PickerViewCellCreated Event
Occurs on the server side before a cell in the calendar picker view has been created.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public event EventHandler<CalendarPickerViewCellCreatedEventArgs> PickerViewCellCreated
Public Event PickerViewCellCreated As EventHandler(Of CalendarPickerViewCellCreatedEventArgs)
Event Data
The PickerViewCellCreated event's data class is CalendarPickerViewCellCreatedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Controls | Gets a control collection contained within a processed cell. |
Date | Gets the cell processed in the calendar. Inherited from CalendarPickerViewCellEventArgs. |
IsOtherPeriodDate | Returns the value that specifies whether the processed cell doesn't refer to the current period (month, year, century). Inherited from CalendarPickerViewCellEventArgs. |
IsSelected | Gets whether the cell has been selected. Inherited from CalendarPickerViewCellEventArgs. |
Remarks
Use the event's parameters to get additional information about the processed cell in the calendar picker view. The calendar picker view is specified by the ASPxCalendar.PickerType property.
See Also
Feedback