Hi tchien69,
Get more controls, features, updates and technical support with Xceed Toolkit Plus for WPF
-
The SelectedItemsOverride property was added something like 3 years ago to prevent a CheckListBox/CheckCombobox binding problem when used in a DataTemplate, could be related to issue https://wpftoolkit.codeplex.com/workitem/18431.
-
If you want to know when an item selection has changed, you can use the event CheckComboBox.ItemSelectionChanged. It will be called every time an item is selected or un-selected.
-
What do you mean by "the "Command" that's usually executed whenever an item is toggled" ?
Get more controls, features, updates and technical support with Xceed Toolkit Plus for WPF