xceedsoftware / wpftoolkit

All the controls missing in WPF. Over 1 million downloads.
Other
3.9k stars 878 forks source link

Set All or None Text #1753

Open MaroisConsulting opened 1 year ago

MaroisConsulting commented 1 year ago

Is it possible to set the text portion of the control to 'All', or 'None' if no items are checked?

XceedBoucherS commented 1 year ago

Hi, I believe you are talking about the CheckComboBox control. Currently, you can set the AllItemsSelectedContent property so that when all items are selected, your text will be displayed. But there is no equivalent when no items are selected. It will not display anything.