Back to Devexpress

LoadingDecorator.IsSplashScreenShown Property

wpf-devexpress-dot-xpf-dot-core-dot-loadingdecorator-d7e270c2.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool? IsSplashScreenShown { get; set; }
vb
Public Property IsSplashScreenShown As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

null , to display the LoadingDecorator‘s splash screen and hide it when its content is loaded; true , to always display LoadingDecorator‘s splash screen; otherwise, false.

|

See Also

LoadingDecorator Class

LoadingDecorator Members

DevExpress.Xpf.Core Namespace