Back to Devexpress

TreeList.FocusedValue Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-58c1598e.md

latest1.4 KB
Original Source

TreeList.FocusedValue Property

Returns the focused Tree List cell value.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual object FocusedValue { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property FocusedValue As Object

Property Value

TypeDescription
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

GetFocusedDisplayText()

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace