menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UploadboxCustomFileDetails

    Show / Hide Table of Contents

    Class UploadboxCustomFileDetails

    Class UploadboxCustomFileDetails.

    Inheritance
    System.Object
    EJTagHelper
    UploadboxCustomFileDetails
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class UploadboxCustomFileDetails : EJTagHelper

    Constructors

    UploadboxCustomFileDetails()

    Declaration
    public UploadboxCustomFileDetails()

    Properties

    Action

    Gets or sets a value indicating whether this UploadboxCustomFileDetails is action.

    Declaration
    [JsonProperty("action")]
    public bool Action { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if action; otherwise, false.

    Name

    Gets or sets a value indicating whether this UploadboxCustomFileDetails is name.

    Declaration
    [JsonProperty("name")]
    public bool Name { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if name; otherwise, false.

    Size

    Gets or sets a value indicating whether this UploadboxCustomFileDetails is size.

    Declaration
    [JsonProperty("size")]
    public bool Size { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if size; otherwise, false.

    Status

    Gets or sets a value indicating whether this UploadboxCustomFileDetails is status.

    Declaration
    [JsonProperty("status")]
    public bool Status { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if status; otherwise, false.

    Title

    Gets or sets a value indicating whether this UploadboxCustomFileDetails is title.

    Declaration
    [JsonProperty("title")]
    public bool Title { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if title; otherwise, false.

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