Back to Devexpress

TreeListNode.Focused Property

windowsforms-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-f949d7b1.md

latest1.5 KB
Original Source

TreeListNode.Focused Property

Gets whether the node is currently focused.

Namespace : DevExpress.XtraTreeList.Nodes

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DXCategory("Behavior")]
public bool Focused { get; }
vb
<Browsable(False)>
<DXCategory("Behavior")>
Public ReadOnly Property Focused As Boolean

Property Value

TypeDescription
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

FocusedNode

TreeListNode Class

TreeListNode Members

DevExpress.XtraTreeList.Nodes Namespace