Class UploaderButtonsProps
Inheritance
System.Object
    Syncfusion.EJ2.EJTagHelper
    UploaderButtonsProps
  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
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
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 | 
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> | 
Upload
Specifies the text or html content to upload button
Declaration
public string Upload { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is "Upload"  |