property XMLGrid.ShowFocusRect as Boolean
Retrieves or sets a value indicating whether the control draws a thin rectangle around the focused item.

TypeDescription
Boolean A boolean expression that specifies a value indicating whether the control draws a thin rectangle around the focused node.
Use the ShowFocusRect property to specify whether the control marks the focused node. Use the FocusNode property to get the control's 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.