DateEditSettings.CalendarDayCellInitialize Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public EventHandler<CalendarDayCellInitializeEventArgs> CalendarDayCellInitialize { get; set; }
#Property Value
Type | Description |
---|---|
Event |
A Event |
#Remarks
Note
MVC Specifics:
To use the Calendar
See Also