Back to Devexpress

ProgressBarStyle Class

aspnet-devexpress-dot-web-fceadb0b.md

latest2.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ProgressBarStyle :
    AppearanceStyleBase
vb
Public Class ProgressBarStyle
    Inherits AppearanceStyleBase

The following members return ProgressBarStyle objects:

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).

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase ProgressBarStyle

See Also

ProgressBarStyle Members

ProgressBar

ASPxGridView.StylesEditors

ASPxTreeList.StylesEditors

Progress Bar

DevExpress.Web Namespace