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