Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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.

See Also