constructor(cellInfo) Constructor
Initializes a new instance of the ASPxClientVerticalGridFocusedCellChangingEventArgs class with specified settings.
Declaration
constructor(
cellInfo: ASPxClientVerticalGridCellInfo
)
Parameters
| Name | Type | Description |
|---|---|---|
| cellInfo | ASPxClientVerticalGridCellInfo | A ASPxClientVerticalGridCellInfo object providing information about the focused cell. |
See Also