GridFocusedRowChangedEventArgs Properties
Contains data for the FocusedRowChanged event.| Name | Description |
|---|---|
| DataItem | Returns the data item bound to the focused row. |
| Grid | An object that implements the IGrid interface. |
| VisibleIndex | Returns the visible index of the focused row. |
See Also