Class UploadFileInfo
Inheritance
System.Object
Telerik.Blazor.Components.Common.Upload.FileInfoBase
UploadFileInfo
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class UploadFileInfo : FileInfoBase
Constructors
UploadFileInfo()
Declaration
public UploadFileInfo()
Properties
Progress
Declaration
public int Progress { get; set; }
Property Value
System.Int32
|