ProgressBarProperties Class
In This Article
Contains settings specific to a progress bar control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ProgressBarProperties :
EditPropertiesBase
#Related API Members
The following members return ProgressBarProperties objects:
Library | Related API Members |
---|---|
ASP. |
Card |
Gantt |
|
Grid |
|
Tree |
|
Vertical |
|
ASP. |
MVCx |
#Remarks
The ProgressBarProperties class contains settings specific to a control of the ASPxProgressBar type.
In addition to the common editor settings inherited from its ancestors, the ProgressBarProperties class implements specific properties which define the control’s size (ProgressBarProperties.Width, ProgressBarProperties.Height) and list the available client-side events (ProgressBarProperties.ClientSideEvents).
#Inheritance
See Also