RefreshParentWindowMode Enum
Contains values that specify whether and when PopupWindow‘s parent window should be refreshed.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Members
Name | Description |
---|---|
None
|
PopupWindow‘s parent window should not be refreshed after closing the pop-up window. |
OnAccept
|
PopupWindow‘s parent window should be refreshed after clicking the pop-up window’s Accept button. |
OnCancel
|
PopupWindow‘s parent window should be refreshed after clicking the pop-up window’s Cancel button. |
Related API Members
The following properties accept/return RefreshParentWindowMode values:
See Also