Skip to main content

GridControl.GetCellValue(Int32, ColumnBase) Method

Returns the value of the specified data cell.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public object GetCellValue(
    int rowHandle,
    ColumnBase column
)

Parameters

Name Type Description
rowHandle Int32

The handle of the row that contains the cell.

column ColumnBase

The column that contains the cell.

Returns

Type Description
Object

The specified cell’s value.

See Also