ClassRadUploadItem
Class
Represents the RadUploadItem for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadUploadItem : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadUploadItem
Implements:
Inherited Members
Constructors
RadUploadItem()
Initializes a new instance of the RadUploadItem class.
Declaration
cs-api-definition
public RadUploadItem()
Properties
FileName
Get the name of the file represented by this item.
Declaration
cs-api-definition
[Obsolete("Use .Text instead.")]
public string FileName { get; }
Property Value
FileSize
Get the size of the file represented by this item.
ItemIndex
Get the upload item index.
ProgressBar
Get the progress bar of the upload item.
Declaration
cs-api-definition
public RadProgressBar ProgressBar { get; }
Property Value
Methods
Delete()
Simulates user clicking on the delete item icon to delete the item when uploading has not started or has been paused.
Declaration
cs-api-definition
public void Delete()