property XMLGrid.HideSelection as HideSelectionEnum
Specifies whether the selection is hidden when control loses the focus.

TypeDescription
HideSelectionEnum A HideSelectionEnum expression that indicates whether the selection is hidden when control loses the focus.
Use the HideSelection property to specify whether the control marks the selected nodes even if the control loses the focus. Use the SingleSel property to allow multiple selection. Use the SelForeColor, SelForeColorChild, SelBackColor, SelBackColorChild properties to customize the colors for selected nodes. 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.