Class UploaderButtonsProps
Inheritance
System.Object
UploaderButtonsProps
Assembly: Syncfusion.EJ2.dll
public class UploaderButtonsProps : EJTagHelper
Constructors
Declaration
public UploaderButtonsProps()
Properties
Specifies the text or html content to browse button
Declaration
public string Browse { get; set; }
Property Value
Type |
Description |
System.String |
|
Specifies the text or html content to clear button
Declaration
public string Clear { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Specifies the text or html content to upload button
Declaration
public string Upload { get; set; }
Property Value
Type |
Description |
System.String |
|