Skip to main content

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.v21.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