-
Re. need for "SelectedItemsOverride" Property separate from "SelectedItems": Ok. Understood. Thx!
-
Re. "OneWayToSource" Binding not supported by .NET on Read-Only Dependency Properties: Sigh. Ok. Understood. Thx!
-
Re. "Command": I'm referring to the "Command" Property that listed in the docs (here: "https://wpftoolkit.codeplex.com/wikipage?title=CheckComboBox&referringTitle=Home") as "Gets or sets the command to execute when an item is checked/unchecked. (Inherited from Selector)". In my code sample above, I've Bound it to an ICommand via the XAML Attribute setting "Command="{Binding OnUserGroupsChangedCommand}"" the ICommand I've since renamed to a more appropriate "OnUserGroupTypeToggledCommand".
↧
New Post: CheckComboBox selectedItems
↧