Hy DevExpress-Team,
there are some binding errors when using a BarSubItem in RibbonControl.
I see the following message in visual studio output console:
System.Windows.Data Error: 40 : BindingExpression path error: 'ItemDataContext' property not found on 'object' ''RibbonSimplePad' (Name='root')'. BindingExpression:Path=ItemDataContext; DataItem='RibbonSimplePad' (Name='root'); target element is 'Grid' (Name='PART_Item'); target property is 'DataContext' (type 'Object')
Best regards, Stefan
Steps to Reproduce:
- Open BarsDemo.Wpf Solution
- Start demo in Debug mode
- Switch to "Ribbon Simple Pad" demo module
Actual Results:
You can find some binding errors in the output console:
System.Windows.Data Error: 40 : BindingExpression path error: 'ItemDataContext' property not found on 'object' ''RibbonSimplePad' (Name='root')'. BindingExpression:Path=ItemDataContext; DataItem='RibbonSimplePad' (Name='root'); target element is 'Grid' (Name='PART_Item'); target property is 'DataContext' (type 'Object')