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

ASPxDataValidationEventArgs(Boolean) Constructor

Initializes a new instance of the ASPxDataValidationEventArgs class.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ASPxDataValidationEventArgs(
    bool isNew
)

Parameters

Name Type Description
isNew Boolean

true if the row is new; otherwise, false. This value is assigned to the ASPxDataValidationEventArgs.IsNewRow property.

See Also