Back to Devexpress

FrameNavigationService.ShowSplashScreen Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-framenavigationservice-e8b878b4.md

latest2.0 KB
Original Source

FrameNavigationService.ShowSplashScreen Property

Gets or sets whether this FrameNavigationService should display a splash screen when loading. This is a dependency property.

Namespace : DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

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

Property Value

TypeDescription
Boolean

true, if this FrameNavigationService should display a splash screen when loading.; otherwise, false.

|

Remarks

To assign a service that manages splash screens to a FrameNavigationService, use the FrameNavigationService.SplashScreenService property. See the Services topic to learn more.

See Also

SplashScreenService

Services

FrameNavigationService Class

FrameNavigationService Members

DevExpress.Xpf.WindowsUI.Navigation Namespace