Skip to main content
All docs
V23.2

DateRangeControl.PopupClosing Event

Fires when the pop-up calendar is closing.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public event ClosingPopupEventHandler PopupClosing

Event Data

The PopupClosing event's data class is DevExpress.Xpf.Editors.ClosingPopupEventArgs.

See Also