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
245
Binding ComboBoxItem.IsSelected Property
posted

Hey,

I have a xamWebComboEditor that contains a collection of Records which has a boolean property IsRecordSelected. Is it possible to bind the selection of a ComboBoxItem to that IsRecordSelected property?

Thanks!

  • 6759
    Offline posted

    Hi Reifujin,

    It is not possible to bind  IsRecordSelected to ComboEditorItem.IsSelected is not possible.

    You could implement this behavior by hooking up to SelectionChanged event of theXamComboEditor .

    Hope this helps,