ASPxGridCustomErrorTextEventArgs Constructors
Serves as a base for classes that provide data for the CustomErrorText events of grid-like controls.Name | Parameters | Description |
---|---|---|
ASPxGridCustomErrorTextEventArgs(Exception, GridErrorTextKind, String) | exception, errorTextKind, errorText | Initializes a new instance of the ASPxGridCustomErrorTextEventArgs class. |
See Also