Back to Devexpress

SplashScreenManagerService.SplashScreenType Property

wpf-devexpress-dot-xpf-dot-core-dot-splashscreenmanagerservice-eea81aa4.md

latest1.8 KB
Original Source

SplashScreenManagerService.SplashScreenType Property

Specifies the splash screen window type. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Type SplashScreenType { get; set; }
vb
Public Property SplashScreenType As Type

Property Value

TypeDescription
Type

The splash screen window type.

|

Remarks

You can implement your own splash screen view based on a SplashScreenWindow. Refer to the How to: Create a Custom Splash Screen tutorial for details. In this scenario, set the SplashScreenType property to the custom splash screen view type.

xaml
<dxmvvm:Interaction.Behaviors>
    <dx:SplashScreenManagerService SplashScreenType="View:ThemedSplashScreen" />
</dxmvvm:Interaction.Behaviors>

To specify a predefined splash screen, use the PredefinedSplashScreenType property

See Also

SplashScreenManagerService Class

SplashScreenManagerService Members

DevExpress.Xpf.Core Namespace