Skip to main content

DateNavigator.DisplayDateChanged Event

Fires after the value of the DateNavigator.DisplayDate property has been changed.

Namespace: DevExpress.UI.Xaml.Editors

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public event EventHandler DisplayDateChanged

Event Data

The DisplayDateChanged event's data class is EventArgs.

Remarks

Write an DisplayDateChanged event handler to perform specific actions each time the display date changes within the DateNavigator.

See Also