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

DateNavigator.DisabledDates Property

Gets or sets a collection of dates that end-users are not allowed to select. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DateNavigator

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public IList<DateTime> DisabledDates { get; set; }

Property Value

Type Description
IList<DateTime>

A collection of disabled dates.

Remarks

The DateNavigator supports disable dates. End-users cannot select disabled dates. Use the DisabledDates property to specify a collection of disabled dates.

Dates outside the MinValue and MaxValue span are also disabled.

See Also