ProgressBarProperties.IndicatorStyle Property
Gets the style settings which define the progress bar indicator‘s appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
ProgressBarIndicatorStyle | A ProgressBarIndicatorStyle object that contains the style settings. |
Remarks
Note
The IndicatorStyle property synchronizes its value with the editor’s ASPxProgressBar.IndicatorStyle property.
See Also