Back to Devexpress

GridControl.SetFocusedRowCellValue(String, Object) Method

wpf-devexpress-dot-xpf-dot-grid-dot-gridcontrol-dot-setfocusedrowcellvalue-x28-system-dot-string-system-dot-object-x29.md

latest1.9 KB
Original Source

GridControl.SetFocusedRowCellValue(String, Object) Method

Sets the value of the specified cell contained within the focused row.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public void SetFocusedRowCellValue(
    string fieldName,
    object value
)
vb
Public Sub SetFocusedRowCellValue(
    fieldName As String,
    value As Object
)

Parameters

NameTypeDescription
fieldNameString

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

| | value | Object |

An object that represents the specified cell’s new value.

|

Remarks

To learn more, see Obtain and Set Cell Values.

See Also

GetFocusedRowCellValue

SetCellValue

Identify Rows and Cards

GridControl Class

GridControl Members

DevExpress.Xpf.Grid Namespace