Home › Forums › WinForms controls › Xceed Grid for WinForms › get cell value › Reply To: get cell value
You can get the cell value like this:<code>Xceed.Grid.DataRow row = dgCompoundSummary.CurrentRow as Xceed.Grid.DataRow;
object value = row.Cells[“field_name”].Value;</code>
Imported from legacy forums. Posted by Tommy (had 302 views)