Skip to main content
Tab

GridErrorTextKind Enum

Lists values that indicate the error source.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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:

See Also