alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class UploadListCreateArgs

    Represents the class for UploadListCreate event arguments.

    Inheritance
    object
    UploadListCreateArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved