Back to Devexpress

ProgressBarIndicatorStyle Class

aspnet-devexpress-dot-web-73ef17e5.md

latest2.9 KB
Original Source

ProgressBarIndicatorStyle Class

Defines style settings for the progress bar indicator element.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ProgressBarIndicatorStyle :
    IndicatorStyle
vb
Public Class ProgressBarIndicatorStyle
    Inherits IndicatorStyle

The following members return ProgressBarIndicatorStyle objects:

Remarks

The ProgressBarIndicatorStyle class contains settings that define the style of the progress bar indicator within the ASPxUploadControl.

An object of the ProgressBarIndicatorStyle type can be accessed via the ASPxUploadControl.ProgressBarIndicatorStyle property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase IndicatorStyle ProgressBarIndicatorStyle

See Also

ProgressBarIndicatorStyle Members

DevExpress.Web Namespace