RadControls for Silverlight

Represents an item from the upload session. Used internally by RadUpload.

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

Syntax

C#
public class RadUploadItem : ListBoxItem
Visual Basic
Public Class RadUploadItem _
	Inherits ListBoxItem

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            System.Windows.Controls..::..ListBoxItem
              Telerik.Windows.Controls..::..RadUploadItem

See Also