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
5124
Getting the Items Count from the XamComboEditor
posted

This post is just a quick pointer regarding the XamComboEditor.  If you want to get the count of the items in a bound XamComboEditor, you need to use the ItemsProvider object off the XamComboEditor.  The count would be exposed by: XamComboEditor.ItemsProvider.Items.Count.

The attached sample shows a TextBox bound to the above property to display the Item Count of a neighboring XamComboEditor.

XCE_ItemsProvider.zip
Parents
  • 20
    posted

    Am getting "object does not support this activity " when we use  XamComboEditor.ItemsProvider.Items.Count., can you Please help me how to use this property

Reply Children
No Data