ASPxProgressBar.IndicatorStyle Property
In This Article
Gets the style settings which define the progress bar indicator‘s appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual ProgressBarIndicatorStyle IndicatorStyle { get; }
#Property Value
Type | Description |
---|---|
Progress |
A Progress |
#Remarks
This property is a wrapper of the ProgressBarProperties.IndicatorStyle property.
See Also