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

DateNavigator.SelectedDate Property

Gets or sets the date selected within the Date Navigator. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

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

Declaration

public DateTime? SelectedDate { get; set; }

Property Value

Type Description
Nullable<DateTime>

A selected date.

Remarks

If the DateNavigator.SelectionMode property is set to Multiple, the SelectedDate property returns the earliest selected date.

See Also