Class FileListRenderingEventArgs
Provides information about the OnFileListRender event callback.
Inheritance
System.Object
FileListRenderingEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class FileListRenderingEventArgs : Object
Constructors
FileListRenderingEventArgs()
Declaration
public FileListRenderingEventArgs()
Properties
Element
Gets the current file item element.
Declaration
public DOM Element { get; set; }
Property Value
Type | Description |
---|---|
DOM | The DOM element representing the current file item. |
FileInfo
Gets the current rendering file details.
Declaration
public FileInfo FileInfo { get; set; }
Property Value
Type | Description |
---|---|
FileInfo |
Index
Gets the index of the file item in the file list.
Declaration
public double Index { get; set; }
Property Value
Type | Description |
---|---|
System.Double | System.Double |
IsPreload
Gets the information on whether the file is preloaded or not.
Declaration
public bool IsPreload { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | System.Boolean |