Skip to main content

constructor(visibleIndex, focusedColumn, cardValues) Constructor

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

Declaration

constructor(
    visibleIndex: number,
    focusedColumn: ASPxClientCardViewColumn,
    cardValues: any
)

Parameters

Name Type Description
visibleIndex number

The card’s visible index. This value is assigned to the ASPxClientCardViewBatchEditStartEditingEventArgs.visibleIndex property.

focusedColumn ASPxClientCardViewColumn

An ASPxClientCardViewColumn object that is the focused CardView column. This value is assigned to the ASPxClientCardViewBatchEditStartEditingEventArgs.focusedColumn property.

cardValues any

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

See Also