Skip to main content

DateEditSettings.CalendarDayCellInitialize Property

Enables you to specify whether the processed day is a weekend day, change the day text, or set the cell’s hyper link and a target.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public EventHandler<CalendarDayCellInitializeEventArgs> CalendarDayCellInitialize { get; set; }

Property Value

Type Description
EventHandler<CalendarDayCellInitializeEventArgs>

A EventHandler<TEventArgs><CalendarDayCellInitializeEventArgs,> delegate method allowing you to implement custom processing.

Remarks

Note

MVC Specifics:

To use the CalendarDayCellInitialize event, place the DateEdit in a separate view and specify the CallbackRouteValues property.

See Also