Back to Devexpress

TreeListView.FocusedNode Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-0ca78980.md

latest1.5 KB
Original Source

TreeListView.FocusedNode Property

Gets or sets the focused node. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public TreeListNode FocusedNode { get; set; }
vb
Public Property FocusedNode As TreeListNode

Property Value

TypeDescription
TreeListNode

A TreeListNode object that is the focused node.

|

Remarks

To focus a node in code, assign its handle to the DataViewBase.FocusedRowHandle property. The node’s handle is returned by its TreeListNodeBase.RowHandle property.

To learn more, see Focus and Navigation.

See Also

Iterate Through Nodes

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace