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
2370
The property "Header" was not found in type "RibbonTabItem".
posted

<igRibbon:XamRibbon.Tabs>
  <igRibbon:RibbonTabItem Header="Home" IsEnabled="{Binding MyBinding}">

...

Header and IsEnabled both show "not found in type 'RibbonTabItem'".  

The XAML renders correctly, but gives me a squiggly under it and then the message above.

Is this a bug?