aspnet-devexpress-dot-web-30655008.md
Contains settings specific to a progress bar control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ProgressBarProperties :
EditPropertiesBase
Public Class ProgressBarProperties
Inherits EditPropertiesBase
The following members return ProgressBarProperties objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | CardViewProgressBarColumn.PropertiesProgressBar |
| GanttProgressBarColumn.PropertiesProgressBar | |
| GridViewDataProgressBarColumn.PropertiesProgressBar | |
| TreeListProgressBarColumn.PropertiesProgressBar | |
| VerticalGridProgressBarRow.PropertiesProgressBar | |
| ASP.NET MVC Extensions | MVCxProgressBar.Properties |
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).
Object StateManager PropertiesBase EditPropertiesBase ProgressBarProperties BootstrapProgressBarProperties
MVCxColumnProgressBarProperties
See Also