Skip to main content

TreeList.SetFocusedRowCellValue(String, Object) Method

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.1.dll

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

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