Skip to main content
A newer version of this page is available.
All docs
V19.2

BootstrapCalendar.PickerViewCellCreated Event

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[Browsable(false)]
public event EventHandler<CalendarPickerViewCellCreatedEventArgs> PickerViewCellCreated

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