Skip to main content
Tab

ASPxVerticalGridDataValidationEventArgs(Boolean) Constructor

Initializes a new instance of the ASPxVerticalGridDataValidationEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxVerticalGridDataValidationEventArgs(
    bool isNew
)

Parameters

Name Type Description
isNew Boolean

true, if the processed record is new; otherwise, false.

See Also