A newer version of this page is available.
Switch to the current version.
TreeList.FocusedValue Property
Returns the focused Tree List cell value.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v19.2.dll
Declaration
[Browsable(false)]
public virtual object FocusedValue { get; }
<Browsable(False)>
Public Overridable ReadOnly Property FocusedValue As Object
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
Feedback