Class UploaderLocale
Inheritance
System.Object
UploaderLocale
Assembly: Syncfusion.Blazor.dll
Syntax
public class UploaderLocale : Object
Constructors
UploaderLocale()
Declaration
Properties
Abort
Declaration
public string Abort { get; set; }
Property Value
Type |
Description |
System.String |
|
Browse
Declaration
public string Browse { get; set; }
Property Value
Type |
Description |
System.String |
|
Cancel
Declaration
public string Cancel { get; set; }
Property Value
Type |
Description |
System.String |
|
Clear
Declaration
public string Clear { get; set; }
Property Value
Type |
Description |
System.String |
|
Delete
Declaration
public string Delete { get; set; }
Property Value
Type |
Description |
System.String |
|
DropFilesHint
Declaration
public string DropFilesHint { get; set; }
Property Value
Type |
Description |
System.String |
|
FileUploadCancel
Declaration
public string FileUploadCancel { get; set; }
Property Value
Type |
Description |
System.String |
|
InProgress
Declaration
public string InProgress { get; set; }
Property Value
Type |
Description |
System.String |
|
InvalidFileType
Declaration
public string InvalidFileType { get; set; }
Property Value
Type |
Description |
System.String |
|
InvalidMaxFileSize
Declaration
public string InvalidMaxFileSize { get; set; }
Property Value
Type |
Description |
System.String |
|
InvalidMinFileSize
Declaration
public string InvalidMinFileSize { get; set; }
Property Value
Type |
Description |
System.String |
|
Pause
Declaration
public string Pause { get; set; }
Property Value
Type |
Description |
System.String |
|
PauseUpload
Declaration
public string PauseUpload { get; set; }
Property Value
Type |
Description |
System.String |
|
ReadyToUploadMessage
Declaration
public string ReadyToUploadMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
Remove
Declaration
public string Remove { get; set; }
Property Value
Type |
Description |
System.String |
|
RemovedFailedMessage
Declaration
public string RemovedFailedMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
RemovedSuccessMessage
Declaration
public string RemovedSuccessMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
Resume
Declaration
public string Resume { get; set; }
Property Value
Type |
Description |
System.String |
|
Retry
Declaration
public string Retry { get; set; }
Property Value
Type |
Description |
System.String |
|
Upload
Declaration
public string Upload { get; set; }
Property Value
Type |
Description |
System.String |
|
UploadFailedMessage
Declaration
public string UploadFailedMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
UploadSuccessMessage
Declaration
public string UploadSuccessMessage { get; set; }
Property Value
Type |
Description |
System.String |
|