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

CalendarSettings.CustomDisabledDate Property

Enables disabling the calendar’s days.

Namespace: DevExpress.Web.Mvc

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

Declaration

public EventHandler<CalendarCustomDisabledDateEventArgs> CustomDisabledDate { get; set; }

Property Value

Type Description
EventHandler<CalendarCustomDisabledDateEventArgs>

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

See Also