property XMLGrid.SelBackMode as BackModeEnum
Retrieves or sets a value that indicates whether the selection is transparent or opaque.

TypeDescription
BackModeEnum A BackModeEnum expression that specifies the way the control displays the selected nodes.
By default, the SelBackMode property is exOpaque. Use the SelBackMode property to display the selected nodes using a semi-transparent color. The SingleSel property specifies whether the control supports single or multiple nodes. Use the SelForeColor, SelForeColorChild, SelBackColor, SelBackColorChild properties to customize the colors for selected nodes.

The following screen shot shows the control, while SelBackMode property is exOpaque:

The following screen shot shows the control, while SelBackMode property is exTransparent: