TreeList.FocusedValue Property
In This Article
Returns the focused Tree List cell value.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
#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