ASPxProgressBar.IndicatorStyle Property
Gets the style settings which define the progress bar indicator‘s appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ProgressBarIndicatorStyle | A ProgressBarIndicatorStyle object that contains the style settings. |
Remarks
This property is a wrapper of the ProgressBarProperties.IndicatorStyle property.
See Also