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

ASPxCardViewCustomErrorTextEventArgs(GridErrorTextKind, String) Constructor

Initializes a new instance of the ASPxCardViewCustomErrorTextEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ASPxCardViewCustomErrorTextEventArgs(
    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 ASPxCardViewCustomErrorTextEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also