menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FileListRenderingEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved