Back to Devexpress

SplashScreenManager Members

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

latest5.0 KB
Original Source

SplashScreenManager Members

Allows you to display splash screens.

Properties

NameDescription
ActiveSplashScreens staticReturns the list of active splash screens.
SplashScreenWindowProvides access to the splash screen window.
StateIndicates the current state of the splash screen window.
ViewModelProvides access to the view model that specifies data and options for the splash screen.

Methods

NameDescription
Close(Boolean)Closes the splash screen.
CloseAll(Boolean) staticCloses all active splash screens.
Create(Func<Window>, DXSplashScreenViewModel) staticCreates a custom splash screen.
CreateFluent(DXSplashScreenViewModel, Boolean) staticCreates a splash screen with acrylic background.
CreateThemed(DXSplashScreenViewModel, Boolean) staticCreates a splash screen with the color scheme based on the application theme.
CreateWaitIndicator(DXSplashScreenViewModel, Boolean) staticCreates a compact spinner-style splash screen.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

NameDescription
StateChangedFires each time the value of the State property is changed.

See Also

SplashScreenManager Class

DevExpress.Xpf.Core Namespace