WindowsUIView.UseSplashScreen Property
Gets or sets if a splash screen on the application start-up is used.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(DefaultBoolean.Default)]
public virtual DefaultBoolean UseSplashScreen { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| DefaultBoolean | Default | true if a splash screen on the application start-up is used; otherwise, false. |
Available values:
| Name | Description | Return Value |
|---|---|---|
| True | The value is true. |
|
| False | The value is false. |
|
| Default | The value is specified by a global option or a higher-level object. |
|
Remarks
The UseSplashScreen specifies whether the built-in splash screen for the current WindowsUIView is enabled. The WindowsUIView.AppearanceSplashScreen and WindowsUIView.SplashScreenProperties properties provides access to the splash screen’s detailed settings.
See Also