ASPxVerticalGridCustomErrorTextEventArgs Constructors
Provides data for the ASPxVerticalGrid.CustomErrorText event.| Name | Parameters | Description |
|---|---|---|
| ASPxVerticalGridCustomErrorTextEventArgs(GridErrorTextKind, String) | errorTextKind, errorText | Initializes a new instance of the ASPxVerticalGridCustomErrorTextEventArgs class. |
| ASPxVerticalGridCustomErrorTextEventArgs(Exception, GridErrorTextKind, String) | exception, errorTextKind, errorText | Initializes a new instance of the ASPxVerticalGridCustomErrorTextEventArgs class with the specified settings. |
See Also