FileManagerCustomErrorTextEventArgs.ErrorText Property
Gets or sets the error text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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