Back to Devexpress

GridControl.SetFocusedRowCellValue(GridColumn, Object) Method

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

latest1.7 KB
Original Source

GridControl.SetFocusedRowCellValue(GridColumn, 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(
    GridColumn column,
    object value
)
vb
Public Sub SetFocusedRowCellValue(
    column As GridColumn,
    value As Object
)

Parameters

NameTypeDescription
columnGridColumn

A GridColumn object representing the column that contains the cell.

| | 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

GridControl Class

GridControl Members

DevExpress.Xpf.Grid Namespace