CalendarDayCellCreatedEventArgs Class
In This Article
Provides data for the ASPxCalendar.DayCellCreated and ASPxDateEdit.CalendarDayCellCreated events.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class CalendarDayCellCreatedEventArgs :
CalendarDayEventArgs
#Remarks
CalendarDayCellCreatedEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
#Inheritance
Object
EventArgs
CalendarPickerViewCellEventArgs
CalendarDayEventArgs
CalendarDayCellCreatedEventArgs
See Also