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



Display a counter indicating total files in upload and number of uploaded files.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DartDescriptionAttribute("Display a counter indicating total files in upload and number of uploaded files.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Property ShowFileCount As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
Dim value As Boolean
 
instance.ShowFileCount = value
 
value = instance.ShowFileCount
C# 
[NotifyParentPropertyAttribute(true)]
[DartDescriptionAttribute("Display a counter indicating total files in upload and number of uploaded files.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public bool ShowFileCount {get; set;}
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DartDescriptionAttribute("Display a counter indicating total files in upload and number of uploaded files.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public:
property bool ShowFileCount {
   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.