Class RadUploadItem
Inheritance
System.Object
RadUploadItem
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadUploadItem : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadUploadItem()
Declaration
public RadUploadItem()
Properties
FileName
Declaration
[Obsolete("Use .Text instead.")]
public string FileName { get; }
Property Value
System.String
|
FileSize
Declaration
public string FileSize { get; }
Property Value
System.String
|
ItemIndex
Declaration
public int ItemIndex { get; }
Property Value
System.Int32
|
ProgressBar
Methods
Delete()
Declaration
public void Delete()