Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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