Back to Devexpress

TreeList.SetFocusedRowCellValue(String, Object) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-setfocusedrowcellvalue-x28-system-dot-string-system-dot-object-x29.md

latest1.8 KB
Original Source

TreeList.SetFocusedRowCellValue(String, Object) Method

Assigns the required value to a cell within the focused Tree List node.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

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 identifies the data source field with which a target cell’s column is associated.

| | value | Object |

An Object that is the value to be assigned.

|

See Also

GetFocusedRow()

SetFocusedValue(Object)

SetRowCellValue

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace