Back to Devexpress

GridErrorTextKind Enum

aspnet-devexpress-dot-web-0b867594.md

latest1.2 KB
Original Source

GridErrorTextKind Enum

Lists values that indicate the error source.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridErrorTextKind
vb
Public Enum GridErrorTextKind

Members

NameDescription
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.

|

The following properties accept/return GridErrorTextKind values:

See Also

DevExpress.Web Namespace