RadControls for Silverlight

A composite control, allowing you to upload a single or multiple files. The RadUpload control allows you to validate in terms of size and extension the selected files on the client, progress display, skin, etc.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.403.1050

Syntax

C#
public class RadUpload : ListBox
Visual Basic
Public Class RadUpload _
	Inherits ListBox

Remarks

Use the RadUpload control to allow the upload of a single or multiple files.

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            System.Windows.Controls.Primitives..::..Selector
              System.Windows.Controls..::..ListBox
                Telerik.Windows.Controls..::..RadUpload

See Also