menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class UploadboxButtonText

    Class UploadboxButtonText.

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

    Constructors

    UploadboxButtonText()

    Declaration
    public UploadboxButtonText()

    Properties

    Browse

    Gets or sets the browse.

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

    The browse.

    Cancel

    Gets or sets the cancel.

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

    The cancel.

    Close

    Gets or sets the close.

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

    The close.

    Upload

    Gets or sets the upload.

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

    The upload.

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