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

ISplashScreenProperties.ShowCaption Property

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

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool ShowCaption { get; set; }

Property Value

Type Description
Boolean

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

See Also