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

ASPxVerticalGridDataValidationEventArgs(Int32, Boolean) Constructor

Initializes a new instance of the ASPxVerticalGridDataValidationEventArgs class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxVerticalGridDataValidationEventArgs(
    int visibleIndex,
    bool isNew
)

Parameters

Name Type Description
visibleIndex Int32

An integer value that is the processed record’s visible index.

isNew Boolean

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

See Also