Back to Devexpress

ProgressStyle Class

aspnet-devexpress-dot-web-5ce8020c.md

latest2.1 KB
Original Source

ProgressStyle Class

Defines style settings for the progress bar element.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return ProgressStyle objects:

Remarks

The ProgressStyle class contains style settings that define the appearance of the progress bar within the ASPxUploadControl.

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

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase ProgressStyle

See Also

ProgressStyle Members

DevExpress.Web Namespace