constructor(row) Constructor
Initializes a new instance of the ASPxClientVerticalGridBatchEditTemplateCellFocusedEventArgs class with the specified row.
Declaration
constructor(
row: ASPxClientVerticalGridRow
)
Parameters
Name | Type | Description |
---|---|---|
row | ASPxClientVerticalGridRow | An ASPxClientVerticalGridRow object that is the processed grid row. This value is assigned to the ASPxClientVerticalGridBatchEditTemplateCellFocusedEventArgs.row property. |
See Also