Skip to main content

ILoadingIndicatorProperties.DescriptionFormat Property

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

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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