DataGridView.GetCellValue(Int32, GridColumn) Method
In This Article
Gets the value of the specified cell.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
public object GetCellValue(
int rowHandle,
GridColumn column
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | The handle of the row that contains the cell. |
column | Grid |
A Grid |
#Returns
Type | Description |
---|---|
Object | The specified cell value. |
See Also