ILoadingIndicatorProperties.DescriptionFormat Property
Gets or sets the format string for a loading indicator text.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.
See Also