Class UploadListCreateArgs
Represents the class for UploadListCreate event arguments.
Inherited Members
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public class UploadListCreateArgs
Constructors
UploadListCreateArgs()
Declaration
public UploadListCreateArgs()
Properties
FileInfo
Gets or sets the current rendering file item data as file object.
Declaration
public FileInfo FileInfo { get; set; }
Property Value
| Type |
|---|
| FileInfo |
Index
Gets the index of the file item in the file list.
Declaration
public double Index { get; set; }
Property Value
| Type |
|---|
| double |
Remarks
This allows users to find the index of file(selected to upload) and this is set internally.
IsPreload
Gets or sets whether the file is preloaded.
Declaration
public bool IsPreload { get; set; }
Property Value
| Type |
|---|
| bool |