Skip to main content

SplashScreenManager.ViewModel Property

Provides access to the view model that specifies data and options for the splash screen.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public DXSplashScreenViewModel ViewModel { get; }

Property Value

Type Description
DXSplashScreenViewModel

A DevExpress.Mvvm.DXSplashScreenViewModel object that stores data and options for the splash screen.

See Also