Skip to main content

ISplashScreenProperties.ShowLoadingDescription Property

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

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v24.2.dll

Declaration

bool ShowLoadingDescription { get; set; }

Property Value

Type Description
Boolean

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

See Also