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