Skip to main content

SplashScreenManager.ActivateParentOnSplashFormClosing Property

Gets or sets whether a splash form’s parent is activated on closing the splash form.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static bool ActivateParentOnSplashFormClosing { get; set; }

Property Value

Type Description
Boolean

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

See Also