Skip to main content
A newer version of this page is available. .
Tab

ProgressBarProperties Class

Contains settings specific to a progress bar control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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