Skip to main content
Tab

EditorStyles.ProgressBar Property

Gets the style settings that define the appearance of a progress bar control used for in-place editing

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual ProgressBarStyle ProgressBar { get; }

Property Value

Type Description
ProgressBarStyle

A ProgressBarStyle object containing the style settings.

See Also