HtmlContentPopup.Close() Method
Closes the window.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
The following events fire when a window is closed:
- HtmlContentPopup.Closing — Fires when the window is about to be closed. Allows you to cancel the close operation.
- HtmlContentPopup.Closed — Fires after the window is closed. This is a notification event.
See Also