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