TreeList.SetFocusedRowCellValue(String, Object) Method
In This Article
Assigns the required value to a cell within the focused Tree List node.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
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