Skip to main content
A newer version of this page is available. .
Tab

FilesUploadCompleteEventArgs.ErrorText Property

Gets or sets the error text to be displayed within the control’s error frame if the file upload fails.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public string ErrorText { get; set; }

Property Value

Type Description
String

A String value that specifies the error text.

Remarks

The ErrorText property can be used to provide text explaining why file upload failed.

See Also