Skip to main content

TreeList.SetFocusedValue(Object) Method

Assigns the required value to the focused Tree List cell.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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