Skip to main content

ISplashScreenService.SetSplashScreenState(Object) Method

In This Article

Specifies a data object to be passed to the splash screen service.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v24.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

#Declaration

void SetSplashScreenState(
    object state
)

#Parameters

Name Type Description
state Object

A data object to be passed to the splash screen service.

See Also