Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewCustomErrorTextEventArgs Constructors

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