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

GridErrorTextKind Enum

Lists values that indicate the error source.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum GridErrorTextKind

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:

Remarks

The values listed by this enumeration are used to set the ASPxGridCustomErrorTextEventArgs.ErrorTextKind and ASPxGridCustomErrorTextEventArgs.ErrorTextKind properties.

See Also