aspnet-devexpress-dot-web-bb866257.md
Provides data for the ASPxCalendar.DayCellCreated and ASPxDateEdit.CalendarDayCellCreated events.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class CalendarDayCellCreatedEventArgs :
CalendarDayEventArgs
Public Class CalendarDayCellCreatedEventArgs
Inherits CalendarDayEventArgs
CalendarDayCellCreatedEventArgs is the data class for the following events:
CalendarDayCellCreatedEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
Object EventArgs CalendarPickerViewCellEventArgs CalendarDayEventArgs CalendarDayCellCreatedEventArgs
See Also