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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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