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

CalendarCustomDisabledDateEventArgs.IsDisabled Property

Specifies whether the processed date is disabled for selection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public bool IsDisabled { get; set; }

Property Value

Type Description
Boolean

true, to disable the current date; otherwise, false.

Remarks

Use the IsDisabled property to programmatically determine whether the processed date is disabled within the calendar.

See Also