Skip to main content
A newer version of this page is available.
All docs
V18.2

constructor(visibleIndex, cardValues) Constructor

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

Declaration

constructor(
    visibleIndex: number,
    cardValues: any
)

Parameters

Name Type Description
visibleIndex number

An integer value that specifies the visible index of the card. This value is assigned to the ASPxClientCardViewBatchEditEndEditingEventArgs.visibleIndex property.

cardValues any

A hashtable that stores information about editable cells. This value is assigned to the ASPxClientCardViewBatchEditEndEditingEventArgs.cardValues property.

See Also