Back to Devexpress

FrameNavigationService.SplashScreenService Property

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

latest1.7 KB
Original Source

FrameNavigationService.SplashScreenService Property

Gets or sets a splash screen service associated with this FrameNavigationService. 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 object SplashScreenService { get; set; }
vb
Public Property SplashScreenService As Object

Property Value

TypeDescription
Object

An ISplashScreenService object associated with this FrameNavigationService.

|

Remarks

See the FrameNavigationService topic for more info.

See Also

FrameNavigationService

FrameNavigationService Class

FrameNavigationService Members

DevExpress.Xpf.WindowsUI.Navigation Namespace