ASPxClientUploadControlUploadingProgressChangedEventArgs.progress Property
In This Article
Gets the current position of total upload progress.
#Declaration
TypeScript
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