ASPxGridCustomErrorTextEventArgs Properties
Serves as a base for classes that provide data for the CustomErrorText events of grid-like controls.Name | Description |
---|---|
ErrorText | Gets or sets the error text. |
ErrorTextKind | Indicates the error source. |
Exception | Gets the exception. |
See Also