Back to Devexpress

CalendarDayCellCreatedEventArgs Class

aspnet-devexpress-dot-web-bb866257.md

latest1.7 KB
Original Source

CalendarDayCellCreatedEventArgs Class

Provides data for the ASPxCalendar.DayCellCreated and ASPxDateEdit.CalendarDayCellCreated events.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CalendarDayCellCreatedEventArgs :
    CalendarDayEventArgs
vb
Public Class CalendarDayCellCreatedEventArgs
    Inherits CalendarDayEventArgs

CalendarDayCellCreatedEventArgs is the data class for the following events:

Remarks

CalendarDayCellCreatedEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

Inheritance

Object EventArgs CalendarPickerViewCellEventArgs CalendarDayEventArgs CalendarDayCellCreatedEventArgs

See Also

CalendarDayCellCreatedEventArgs Members

DevExpress.Web Namespace