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

FileManagerCustomErrorTextEventArgs.ErrorText Property

Gets or sets the error text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public string ErrorText { get; set; }

Property Value

Type Description
String

A String value specifying the error explanatory text.

Remarks

The ErrorText property can be used to provide text explaining why the action failed.

See Also