GridErrorTextKind Enum
Lists values that indicate the error source.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
General
|
Error text of any exception except the exception that is manually raised by handling the ASPxGridView.RowValidating event. |
RowValidate
|
Error text has been specified within the ASPxGridView.RowValidating event handler. |
Related API Members
The following properties accept/return GridErrorTextKind values:
See Also