Class UploaderButtonsPropsBuilder
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 UploaderButtonsPropsBuilder : ControlBuilder
Constructors
UploaderButtonsPropsBuilder()
Declaration
public UploaderButtonsPropsBuilder()
UploaderButtonsPropsBuilder(UploaderButtonsProps)
Declaration
public UploaderButtonsPropsBuilder(UploaderButtonsProps model)
Parameters
Type | Name | Description |
---|---|---|
UploaderButtonsProps | model |
Methods
Browse(String)
Specifies the text or html content to browse button
Declaration
public UploaderButtonsPropsBuilder Browse(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
UploaderButtonsPropsBuilder |
Clear(String)
Specifies the text or html content to clear button
Declaration
public UploaderButtonsPropsBuilder Clear(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
UploaderButtonsPropsBuilder |
Upload(String)
Specifies the text or html content to upload button
Declaration
public UploaderButtonsPropsBuilder Upload(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
UploaderButtonsPropsBuilder |