BootstrapProgressBar.CaptionSettings Property
Provides access to the progress bar caption settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapEditorCaptionSettingsBase CaptionSettings { get; }
Property Value
Type | Description |
---|---|
BootstrapEditorCaptionSettingsBase | A BootstrapEditorCaptionSettingsBase object containing the progress bar caption properties. |
See Also