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

LoadingDecorator.IsSplashScreenShown Property

Gets or sets a value that indicates whether the LoadingDecorator‘s splash screen can be displayed. This is dependency property.

Namespace: DevExpress.Xpf.Core

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

Declaration

public bool? IsSplashScreenShown { get; set; }

Property Value

Type Description
Nullable<Boolean>

true, if the LoadingDecorator‘s splash screen is allowed to be displayed; otherwise, false.

See Also