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

ISplashScreenProperties.LoadingDescription Property

Gets or sets the splash screen’s description displayed next to the loading icon.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

string LoadingDescription { get; set; }

Property Value

Type Description
String

A String value that specifies the splash screen’s description.

See Also