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

ASPxClientUploadControlUploadingProgressChangedEventArgs.progress Property

Gets the current position of total upload progress.

Declaration

progress: number

Property Value

Type Description
number

An Int32 value specifying the total upload progress position.

Remarks

Use the progress property to get information about the total upload progress value expressed as a percentage. To obtain the progress of the currently uploaded file, use the ASPxClientUploadControlUploadingProgressChangedEventArgs.currentFileProgress property.

See Also