ASPxClientVerticalGridBatchEditStartEditingEventArgs.focusedRow Property
Gets the grid row that owns a cell that is about to be edited.
Declaration
focusedRow: ASPxClientVerticalGridRow
Property Value
Type | Description |
---|---|
ASPxClientVerticalGridRow | An ASPxClientVerticalGridRow object that is the focused grid row. |
See Also