Skip to main content

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.v23.2.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.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

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