Class FilesPropModel
Interface for a class FilesProp.
Inheritance
System.Object
FilesPropModel
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class FilesPropModel : Object
Constructors
FilesPropModel()
Declaration
public FilesPropModel()
Properties
Name
Specifies the name of the file.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Size
Specifies the size of the file.
Declaration
public double Size { get; set; }
Property Value
Type |
---|
System.Double |
Type
Specifies the type of the file.
Declaration
public string Type { get; set; }
Property Value
Type |
---|
System.String |