Skip to main content

ASPxDataValidationEventArgs(Boolean) Constructor

Initializes a new instance of the ASPxDataValidationEventArgs class.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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