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

TreeList.SetFocusedValue(Object) Method

Assigns the required value to the focused Tree List cell.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

public virtual void SetFocusedValue(
    object value
)

Parameters

Name Type Description
value Object

An Object that is the value to be assigned to the focused cell.

See Also