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

TreeList.FocusedValue Property

Returns the focused Tree List cell value.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[Browsable(false)]
public virtual object FocusedValue { get; }

Property Value

Type Description
Object

An Object that is the value of the focused Tree List cell.

Remarks

To retrieve the focused cell display text, call the TreeList.GetFocusedDisplayText method instead.

See Also