Skip to main content
Tab

ProgressBarProperties Class

Contains settings specific to a progress bar control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ProgressBarProperties :
    EditPropertiesBase

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

See Also