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

ASPxCardViewDataValidationEventArgs(Boolean) Constructor

Initializes a new instance of the ASPxCardViewDataValidationEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ASPxCardViewDataValidationEventArgs(
    bool isNew
)

Parameters

Name Type Description
isNew Boolean

true if the processed data item is new; otherwise, false.

See Also