constructor(row) Constructor
Initializes a new instance of the ASPxClientVerticalGridRowCancelEventArgs class.
Declaration
constructor(
row: ASPxClientVerticalGridRow
)
Parameters
Name | Type | Description |
---|---|---|
row | ASPxClientVerticalGridRow | An ASPxClientVerticalGridRowCancelEventArgs object that represents the processed row. |
See Also