ASPxVerticalGridCustomErrorTextEventArgs(GridErrorTextKind, String) Constructor
Initializes a new instance of the ASPxVerticalGridCustomErrorTextEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public ASPxVerticalGridCustomErrorTextEventArgs(
GridErrorTextKind errorTextKind,
string errorText
)
Parameters
Name | Type | Description |
---|---|---|
errorTextKind | GridErrorTextKind | A GridErrorTextKind object that lists values indicating the error source. |
errorText | String | A string representing the error text. |
Remarks
Instances of the ASPxVerticalGridCustomErrorTextEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also