Back to Devexpress

DXSplashScreenService.SplashScreenType Property

wpf-devexpress-dot-xpf-dot-core-dot-dxsplashscreenservice.md

latest1.4 KB
Original Source

DXSplashScreenService.SplashScreenType Property

Gets or sets the type of splash screen to be opened.

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 type of splash screen to be opened.

|

Remarks

Note

You are viewing documentation for the legacy DXSplashScreen. We recommend that you use the Splash Screen Manager or the SplashScreenManagerService to add the splash screen functionality to your applications.

See Also

DXSplashScreenService Class

DXSplashScreenService Members

DevExpress.Xpf.Core Namespace