Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public ISplashScreenService SplashScreenService { get; set; }

Property Value

Type Description
ISplashScreenService

An ISplashScreenService object associated with this FrameNavigationService.

Remarks

See the FrameNavigationService topic for more info.

See Also