Back to Devexpress

SplashScreenManager.ViewModel Property

wpf-devexpress-dot-xpf-dot-core-dot-splashscreenmanager.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DXSplashScreenViewModel ViewModel { get; }
vb
Public ReadOnly Property ViewModel As DXSplashScreenViewModel

Property Value

TypeDescription
DXSplashScreenViewModel

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

|

See Also

SplashScreenManager Class

SplashScreenManager Members

DevExpress.Xpf.Core Namespace