New to Telerik UI for WPF? Start a free 30-day trial
Remove the Selection Boxes Inside RadMultiColumnComboBox
Updated on Mar 17, 2026
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.
C#
<telerik:RadMultiColumnComboBox SelectionBoxesVisibility="Collapsed"/>