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

SplashScreenService.State Property

Gets or sets a data object to be passed to the splash screen service. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.UI.Xaml.v20.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object State { get; set; }

Property Value

Type Description
Object

An object specifying data to be passed to the splash screen service.

See Also