Skip to main content

ISplashScreenService.SetSplashScreenState(Object) Method

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v24.1.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