Back to Devexpress

VGridControlBase.GetCellValue Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-dot-getcellvalue.md

latest1008 B
Original Source

VGridControlBase.GetCellValue Method

NameParametersDescription
GetCellValue(BaseRow, Int32)row, recordIndexReturns the value of a cell.
GetCellValue(MultiEditorRow, Int32, Int32)meRow, recordIndex, cellIndexReturns the value of a cell in a multi-editor row.
GetCellValue(RowProperties, Int32)props, recordIndexReturns the value of a cell.
GetCellValue(String, Int32)fieldName, recordIndexReturns the value of a cell.