Skip to main content
All docs
V25.1
  • DateRangeControl.PopupClosing Event

    Fires when the pop-up calendar is closing.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v25.1.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