Skip to main content
All docs
V20.1

BootstrapDateEdit.CalendarPickerViewCellPrepared Event

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v20.1.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public event EventHandler<CalendarPickerViewCellPreparedEventArgs> CalendarPickerViewCellPrepared

Event Data

The CalendarPickerViewCellPrepared event's data class is CalendarPickerViewCellPreparedEventArgs. The following properties provide information specific to this event:

Property Description
Cell Provides access to the 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.
TextControl Gets the text control contained within a processed cell.
See Also