Back to Devexpress

ASPxCalendar.PickerViewCellPrepared Event

aspnet-devexpress-dot-web-dot-aspxcalendar-e96b4373.md

latest2.5 KB
Original Source

ASPxCalendar.PickerViewCellPrepared Event

Occurs on the server side before a cell in the calendar picker view has been rendered.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event EventHandler<CalendarPickerViewCellPreparedEventArgs> PickerViewCellPrepared
vb
Public Event PickerViewCellPrepared As EventHandler(Of CalendarPickerViewCellPreparedEventArgs)

Event Data

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

PropertyDescription
CellProvides access to the processed cell.
DateGets the cell processed in the calendar. Inherited from CalendarPickerViewCellEventArgs.
IsOtherPeriodDateReturns the value that specifies whether the processed cell doesn’t refer to the current period (month, year, century). Inherited from CalendarPickerViewCellEventArgs.
IsSelectedGets whether the cell has been selected. Inherited from CalendarPickerViewCellEventArgs.
TextControlGets the text control contained within a processed cell.

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

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace