New to Telerik UI for WPF? Download free 30-day trial

Remove the Selection Boxes Inside RadMultiColumnComboBox

Environment

Product RadMultiColumnComboBox for WPF

Description

The selection boxes of the RadMultiColumnComboBox is visible by default.

Solution

To hide the selection boxes, the SelectionBoxesVisibility property can be set to Collapsed.

<telerik:RadMultiColumnComboBox SelectionBoxesVisibility="Collapsed"/> 
In this article