Skip to main content
A newer version of this page is available. .

TreeList.SetFocusedRowCellValue(String, Object) Method

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public void SetFocusedRowCellValue(
    string fieldName,
    object value
)

Parameters

Name Type Description
fieldName String

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