Skip to main content

ASPxClientUploadControlUploadingProgressChangedEventArgs.progress Property

Gets the current position of total upload progress.

Declaration

progress: number

Property Value

Type Description
number

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