Skip to main content
A newer version of this page is available. .

SplashScreenManager.ActivateParentOnWaitFormClosing Property

Gets or sets whether a WaitForm‘s parent is activated on closing the WaitForm.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static bool ActivateParentOnWaitFormClosing { get; set; }

Property Value

Type Description
Boolean

true if a WaitForm’s parent is activated on closing the WaitForm; otherwise, false.

See Also