menu

Blazor

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

    Show / Hide Table of Contents

    Class FilesPropModel

    Interface for a class FilesProp.

    Inheritance
    System.Object
    FilesPropModel
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FilesPropModel : Object

    Constructors

    FilesPropModel()

    Declaration
    public FilesPropModel()

    Properties

    Name

    Specifies the name of the file.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    Size

    Specifies the size of the file.

    Declaration
    public double Size { get; set; }
    Property Value
    Type
    System.Double

    Type

    Specifies the type of the file.

    Declaration
    public string Type { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved