Skip to main content

SplashScreenManager.ActivateParentOnWaitFormClosing Property

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

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.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