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

DateNavigator.DisplayDateEnd Property

Gets or sets the maximum value of the time range available for navigation in the Date Navigator. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v18.2.dll

Declaration

public object DisplayDateEnd { get; set; }

Property Value

Type Description
Object

A value that specifies the maximum limit of the range.

See Also