Skip to main content
Tab

CalendarCustomDisabledDateEventArgs.IsDisabled Property

Specifies whether the processed date is disabled for selection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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