Skip to main content
All docs
V25.1
  • 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.1.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