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

ProgressBarSettings Class

Serves as a base class for an object containing the ASPxUploadControl‘s progress bar settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ProgressBarSettings :
    PropertiesBase,
    IPropertiesOwner

Remarks

This class implements the base functionality and serves as an ancestor of the UploadProgressBarSettings object, containing progress bar specific settings within the ASPxUploadControl.

See Also