Skip to main content
A newer version of this page is available. .

WindowsUIView.SplashScreenProperties Property

Provides access to detailed settings of the current WindowsUIView‘s splash screen.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ISplashScreenProperties SplashScreenProperties { get; }

Property Value

Type Description
ISplashScreenProperties

An ISplashScreenProperties object that contains detailed settings of the current WindowsUIView‘s splash screen.

Remarks

You specify if the WindowsUIView‘s built-in splash screen is enabled via the WindowsUIView.UseSplashScreen property. Use the SplashScreenProperties property to set a splash screen’s caption, loading description, image etc. The WindowsUIView.AppearanceSplashScreen property provides access to splash screen appearance settings.

See Also