TreeListNode.Focused Property
Gets whether the node is currently focused.
Namespace: DevExpress.XtraTreeList.Nodes
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the node is focused; otherwise, false. |
Remarks
To obtain which node is currently focused, use the Tree List’s TreeList.FocusedNode property.
See Also