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

ProgressBarStyle Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ProgressBarStyle :
    AppearanceStyleBase

The following members return ProgressBarStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxBinaryImage.ProgressBarStyle
BinaryImageEditProperties.ProgressBarStyle
EditorStyles.ProgressBar
RibbonEditorStyles.ProgressBar
ASP.NET Bootstrap Controls BootstrapBinaryImage.ProgressBarStyle
BootstrapBinaryImageEditProperties.ProgressBarStyle

Remarks

An object of the ProgressBarStyle type can be accessed via the EditorStyles.ProgressBar property, which is typically available through the StylesEditors property of a complex data control (such as the ASPxGridView or ASPxTreeList).

See Also