Class RenderingEventArgs
Defines the argument for the Rendering event.
Inheritance
System.Object
RenderingEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class RenderingEventArgs : Object
Constructors
RenderingEventArgs()
Declaration
public RenderingEventArgs()
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 |