method XMLGrid.ClearSel ()
Clears the collection of the selected nodes.

TypeDescription
The ClearSel method clears the collection of selected nodes. Use the Selected property to select nodes. Use the SelectCount property to get the number of selected nodes. Use the SelectedNode property to get the selected node by its index. Use the SelForeColor, SelForeColorChild, SelBackColor, SelBackColorChild properties to customize the colors for selected nodes. The control fires the SelectionChanged event when user changes the selection.