Skip to main content
Tab

EditorStyles.ProgressBarIndicator Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual ProgressBarIndicatorStyle ProgressBarIndicator { get; }

Property Value

Type Description
ProgressBarIndicatorStyle

An ProgressBarIndicatorStyle object containing the style settings.

See Also