Skip to main content

SplashScreenManager.ApartmentState Property

Gets or sets the apartment state of the splash screen’s thread.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static ApartmentState? ApartmentState { get; set; }

Property Value

Type Description
Nullable<ApartmentState>

A System.Threading.ApartmentState enumeration value that specifies the apartment state.

Remarks

The static ApartmentState property needs be specified before the SplashScreenManager is initialized.

See Also