Skip to main content
A newer version of this page is available. .
Tab

ProgressBarProperties.IndicatorStyle Property

Gets the style settings which define the progress bar indicator‘s appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ProgressBarIndicatorStyle IndicatorStyle { get; }

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