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

ASPxGridDataValidationEventArgs(Int32, Boolean) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxGridDataValidationEventArgs(
    int visibleIndex,
    bool isNew
)

Parameters

Name Type Description
visibleIndex Int32

An integer value that is the processed data item (row/card) visible index.

isNew Boolean

true if the processed data item (row/card) is new; otherwise, false.

See Also