TreeList.SetFocusedValue(Object) Method
Assigns the required value to the focused Tree List cell.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Object | An Object that is the value to be assigned to the focused cell. |
See Also