constructor(row) Constructor
Initializes a new instance of the ASPxClientVerticalGridRowExpandingEventArgs class with the specified row.
Declaration
constructor(
row: ASPxClientVerticalGridRow
)
Parameters
Name | Type | Description |
---|---|---|
row | ASPxClientVerticalGridRow | An ASPxClientVerticalGridRowobject that represents the row to expand. |
See Also