PowerWEB File Upload for ASP.NET
ShowUploadBytes Property
See Also  Send comments on this topic.
Dart.FileUpload Namespace > ProgressPanel Class : ShowUploadBytes Property



Display the total number of bytes along with number of bytes transferred.

Syntax

Visual Basic (Declaration) 
<DartDescriptionAttribute("Display the total number of bytes along with number of bytes transferred.")>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Property ShowUploadBytes As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
Dim value As Boolean
 
instance.ShowUploadBytes = value
 
value = instance.ShowUploadBytes
C# 
[DartDescriptionAttribute("Display the total number of bytes along with number of bytes transferred.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public bool ShowUploadBytes {get; set;}
C++/CLI 
[DartDescriptionAttribute("Display the total number of bytes along with number of bytes transferred.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public:
property bool ShowUploadBytes {
   bool get();
   void set (    bool value);
}

Property Value

The default value is true.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.