The currently focused cell is identified by the focused column and the focused row. The focused column is determined by the FocusedColumn property, and the focused row is determined by the FocusedRowHandle property.
To get values in other cells in the focused row, use the
GetFocusedRowCellValue method.
The GetRowCellValue method can be used to get values of any column in any row.
The following methods can be used to get display values of specific cells: GetFocusedDisplayText, GetFocusedRowCellDisplayText and GetRowCellDisplayText.
NoteDetail pattern Views do not contain data and they are never displayed within XtraGrid. So, the GetFocusedValue member must not be invoked for these Views.
The GetFocusedValue member can only be used with real Views that are displayed within the Grid Control. The real Views with which an end-user interacts at runtime can be accessed using the following methods.