Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
260
How to add Select All Option to ig:XamComboEditor with MultiSelection
posted

I am using the ig:XamComboEditor in my WPF page and trying to figure out how I can add a Select All option to the combo box.   I would like to use a MVVM implementation of any solution but so far a have stuck out on trying to bind to the IsChecked or IsSelected property because it is not a Dependency property.  

 

I have the ig:XamComboEditor bound to a ObservableColletion(FirstParties) in my EM and have property on the underlying Class called FirstParty.IsSelected but can't seem to bind that property to the Item in the ItemsCollection in the XamComboEditor to toggle the check box