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

constructor(visibleIndex, validationInfo) Constructor

Initializes a new instance of the ASPxClientVerticalGridBatchEditRecordValidatingEventArgs class.

Declaration

constructor(
    visibleIndex: number,
    validationInfo: any
)

Parameters

Name Type Description
visibleIndex number

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

validationInfo any

An object containing validation information.

See Also