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
30
Using GetBindingExpression on a XamMultiColumnComboEditor
posted

I'm swapping out the standard Windows' ComboBox to Infragistics' XamMultiColumnComboEditor throughout my application.  However, I'm  having an issue with a few of them.  On each of these that I'm having a problem with, I have a SelectionChanged event with the following statement:

BindingExpression be = sender.GetBindingExpression(System.WIndows.Controls.Primitives.Selector.SelectedValueProperty);

With the standard Windows' ComboBox, this works fine.  However, I'm unable to find an equivalent for the XamMultiColumnComboEditor.  Does the XamMultiColumnComboEditor control support this?  If so, is there any way someone can provide a code sample or point me in the direction where this capability is explained and how to properly use it with said control?  Thanks.