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
4970
How to put item in xaml for XamComboEditor?
posted

How to setup items for XamComboEditor in xaml as initial setup like:

  <ig:XamComboEditor>
    <Item name="Item1" />
    <Item name="Item2" />
    <Item name="Item3" />
  </ig:XamComboEditor>

???