property XMLGrid.SelBackColorCollapse as Color
Specifies the selection's background color, when the node is collapsed.

TypeDescription
Color A color expression that indicates the background color for child nodes of the selected nodes. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part.
By default, the SelBackColorCollapse property is -1, which indicates it has no effect. The SelBackColorCollapse property specifies the selection's background color, when the node is collapsed. Use the SelForeColor, SelForeColorChild, SelBackColor, SelBackColorChild properties to customize the colors for selected nodes. The property has effect while its value is not -1. In other words, use the -1 to prevent apply the color on the node's background/foreground. 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. The SelBackMode property specifies the way the control displays the selected nodes.

The following screen shot shows the "DateFormat" node when it expanded ( SelBackColor, SelBackColorChild property is applied, using an EBN object )

The following screen shot shows the "DateFormat" node when it collapsed (SelBackColorCollapse is NOT -1, so it is applied, so the SelBackColor, SelBackColorChild property is NOT applied)

The following screen shot shows the "DateFormat" node when it collapsed (SelBackColorCollapse is -1, so it is NOT applied, so the SelBackColor, SelBackColorChild property is applied)