Class UploadboxButtonText
Class UploadboxButtonText.
Inherited Members
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. |