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.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
Object | An ISplashScreenService object associated with this FrameNavigationService. |
Remarks
See the FrameNavigationService topic for more info.
See Also