Skip to main content

SplashScreenManager Members

Allows you to display splash screens.

Properties

Name Description
ActiveSplashScreens static Returns the list of active splash screens.
SplashScreenWindow Provides access to the splash screen window.
State Indicates the current state of the splash screen window.
ViewModel Provides access to the view model that specifies data and options for the splash screen.

Methods

Name Description
Close(Boolean) Closes the splash screen.
CloseAll(Boolean) static Closes all active splash screens.
Create(Func<Window>, DXSplashScreenViewModel) static Creates a custom splash screen.
CreateFluent(DXSplashScreenViewModel, Boolean) static Creates a splash screen with acrylic background.
CreateThemed(DXSplashScreenViewModel, Boolean) static Creates a splash screen with the color scheme based on the application theme.
CreateWaitIndicator(DXSplashScreenViewModel, Boolean) static Creates a compact spinner-style splash screen.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Show(Int32, Int32, DependencyObject, WindowStartupLocation, Boolean, InputBlockMode, Int32) Shows the splash screen.
Show(DependencyObject, WindowStartupLocation, Boolean, InputBlockMode, Int32) Shows the splash screen.
ShowOnStartup(Boolean) Shows the splash screen with parameters suitable for the application startup scenario.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
StateChanged Fires each time the value of the State property is changed.
See Also