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

DXSplashScreenService.UseIndependentWindow Property

Gets or sets whether the current service uses a separate container.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public bool UseIndependentWindow { get; set; }

Property Value

Type Description
Boolean

true, if the current service uses a separate container, false.

The default is false.

See Also