Class UploadboxButtonTextBuilder
Inheritance
System.Object
UploadboxButtonTextBuilder
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
Assembly: Syncfusion.EJ.dll
Syntax
public class UploadboxButtonTextBuilder
Constructors
UploadboxButtonTextBuilder(UploadboxProperties)
Sets the text for each action button.
Declaration
public UploadboxButtonTextBuilder(UploadboxProperties buttonText)
Parameters
Type | Name | Description |
---|---|---|
UploadboxProperties | buttonText | buttonText |
Methods
Browse(String)
Sets the text for the browse button.
Declaration
public UploadboxButtonTextBuilder Browse(string browse)
Parameters
Type | Name | Description |
---|---|---|
System.String | browse | browse |
Returns
Type | Description |
---|---|
UploadboxButtonTextBuilder | This method returns string value |
Cancel(String)
Sets the text for the cancel button.
Declaration
public UploadboxButtonTextBuilder Cancel(string cancel)
Parameters
Type | Name | Description |
---|---|---|
System.String | cancel | cancel |
Returns
Type | Description |
---|---|
UploadboxButtonTextBuilder | This method returns string value |
Close(String)
Sets the text for the close button.
Declaration
public UploadboxButtonTextBuilder Close(string close)
Parameters
Type | Name | Description |
---|---|---|
System.String | close | close |
Returns
Type | Description |
---|---|
UploadboxButtonTextBuilder | This method returns string value |
Upload(String)
Sets the text for the Upload button inside the dialog popup.
Declaration
public UploadboxButtonTextBuilder Upload(string upload)
Parameters
Type | Name | Description |
---|---|---|
System.String | upload | upload |
Returns
Type | Description |
---|---|
UploadboxButtonTextBuilder | This method returns string value |