menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class UploadboxDialogText

    Class UploadboxDialogText.

    Inheritance
    System.Object
    EJTagHelper
    UploadboxDialogText
    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 UploadboxDialogText : EJTagHelper

    Constructors

    UploadboxDialogText()

    Declaration
    public UploadboxDialogText()

    Properties

    Name

    Gets or sets the name.

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

    The name.

    Size

    Gets or sets the size.

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

    The size.

    Status

    Gets or sets the status.

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

    The status.

    Title

    Gets or sets the title.

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

    The title.

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