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

constructor(visibleIndex, validationInfo, key) Constructor

Initializes a new instance of the ASPxClientGridViewBatchEditRowValidatingEventArgs class.

Declaration

constructor(
    visibleIndex: number,
    validationInfo: any,
    key: any
)

Parameters

Name Type Description
visibleIndex number

An integer value that specifies the row’s visible index.

validationInfo any

An object that provides the row’s validation info.

key any

An object that is the row’s key.

See Also