Skip to main content
Tab

FileManagerCustomErrorTextEventArgs.ErrorText Property

Gets or sets the error text.

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 specifying the error explanatory text.

Remarks

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

See Also