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

DateNavigator.MaxValue Property

Gets or sets a maximum date that end-users can select. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DateNavigator

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

Declaration

public DateTime? MaxValue { get; set; }

Property Value

Type Description
Nullable<DateTime>

A maximum date end-users are allowed to select.

Remarks

Dates outside the MinValue and MaxValue span are disabled.

See Also