constructor(row) Constructor
In This Article
Initializes a new instance of the ASPxClientVerticalGridBatchEditTemplateCellFocusedEventArgs class with the specified row.
#Declaration
TypeScript
constructor(
row: ASPxClientVerticalGridRow
)
#Parameters
Name | Type | Description |
---|---|---|
row | ASPx |
An ASPx |
See Also