Class UploaderButtonsProps
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.EJ2.Inputs
Assembly: Syncfusion.EJ2.dll
Syntax
public class UploaderButtonsProps : EJTagHelper
Constructors
UploaderButtonsProps()
Declaration
public UploaderButtonsProps()
Properties
Browse
Specifies the text or html content to browse button
Declaration
[HtmlAttributeName("browse")]
public string Browse { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "Browse..." |
Clear
Specifies the text or html content to clear button
Declaration
[HtmlAttributeName("clear")]
public string Clear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "Clear" |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Upload
Specifies the text or html content to upload button
Declaration
[HtmlAttributeName("upload")]
public string Upload { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "Upload" |