Skip to main content

ISplashScreenProperties.ShowImage Property

Gets or sets whether to display the splash screen’s image.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool ShowImage { get; set; }

Property Value

Type Description
Boolean

true, to display the splash screen’s image; otherwise, false.

See Also