Skip to main content
A newer version of this page is available. .
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.v18.2.dll

Declaration

public virtual ProgressBarStyle ProgressBar { get; }

Property Value

Type Description
ProgressBarStyle

A ProgressBarStyle object containing the style settings.

See Also