Click or drag to resize
MvcUploaderShowProgressBar Property
Gets or sets a value indicating whether the progress bar is displayed.

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public bool ShowProgressBar { get; set; }

Property Value

Type: Boolean
true if [show progress]; otherwise, false.
See Also