Back to Devexpress

GridControl.GetRowValueAsync(Int32, String) Method

wpf-devexpress-dot-xpf-dot-grid-dot-gridcontrol-dot-getrowvalueasync-x28-system-dot-int32-system-dot-string-x29.md

latest2.0 KB
Original Source

GridControl.GetRowValueAsync(Int32, String) Method

Returns the value of the specified data cell asynchronously.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public Task<object> GetRowValueAsync(
    int rowHandle,
    string columnName
)
vb
Public Function GetRowValueAsync(
    rowHandle As Integer,
    columnName As String
) As Task(Of Object)

Parameters

NameTypeDescription
rowHandleInt32

An integer value that specifies the handle of the row that contains the cell.

| | columnName | String |

A String value that specifies the column’s field name.

|

Returns

TypeDescription
Task<Object>

A Task<TResult> object which Result property is the specified cell’s value.

|

Remarks

To learn more, see Obtain and Set Cell Values.

See Also

GetCellValue(Int32, String)

GridControl Class

GridControl Members

DevExpress.Xpf.Grid Namespace