MvcUploaderShowProgressInfo Property |
Gets or sets a value indicating whether the progress information is displayed when uploading.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic bool ShowProgressInfo { get; set; }
Public Property ShowProgressInfo As Boolean
Get
Set
Property Value
Type:
Booleantrue if [show progress]; otherwise,
false.
See Also