Back to Devexpress

LoadingDecorator.SplashScreenTemplate Property

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

latest1.2 KB
Original Source

LoadingDecorator.SplashScreenTemplate Property

Gets or sets the template that defines the presentation of the LoadingDecorator‘s splash screen. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DataTemplate SplashScreenTemplate { get; set; }
vb
Public Property SplashScreenTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A System.Windows.DataTemplate object that defines the presentation of the splash screen.

|

See Also

LoadingDecorator Class

LoadingDecorator Members

DevExpress.Xpf.Core Namespace