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

ILoadingIndicatorProperties.DescriptionFormat Property

Gets or sets the format string for a loading indicator text.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

string DescriptionFormat { get; set; }

Property Value

Type Description
String

A String value that formats loading indicator text.

Remarks

Loading indicator text consists of two text blocks: caption (the IWaitingIndicatorProperties.Caption property) and description (the IWaitingIndicatorProperties.Description property). Using the DescriptionFormat property you can format this text as required.

tabbedView1.LoadingIndicatorProperties.DescriptionFormat = "Caption: {0}, Header: {1}";
See Also