Class UploadListCreateArgs
Class for UploadListCreate event arguments.
Inheritance
System.Object
UploadListCreateArgs
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public class UploadListCreateArgs : Object
Constructors
UploadListCreateArgs()
Declaration
public UploadListCreateArgs()
Properties
Element
Return the current file item element.
Declaration
public DOM Element { get; set; }
Property Value
Type | Description |
---|---|
DOM |
FileInfo
Return the current rendering file item data as file object.
Declaration
public FileInfo FileInfo { get; set; }
Property Value
Type | Description |
---|---|
FileInfo |
Index
Return the index of the file item in the file list.
Declaration
public double Index { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IsPreload
Return whether the file is preloaded.
Declaration
public bool IsPreload { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |