Skip to main content

TreeListNode.Focused Property

Gets whether the node is currently focused.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

[Browsable(false)]
[DXCategory("Behavior")]
public bool Focused { get; }

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