property XMLGrid.FocusNode as Node
Specifies the focus node.

TypeDescription
Node A Node object that indicates the focused node.
Use the FocusNode property to retrieve the focused node. Use the SelectCount property to get the number of selected nodes. Use the SelectedNode property to retrieve the selected node giving its index in the selected nodes collection. Use the Selected property to select a node. Use the SelectionChanged event to notify your application when the focus is moved. Use the ShowFocusRect property to mark with a thin rectangle the focused node.