This example demonstrates how to extend the WPF Report Designer's popup menu with an extra "Show / Hide Grid Lines" menu item which is linked to the XtraReport.DrawGrid property.
The main point is to customize the popup menu templates to add the extra item bound to a custom command (Delegate Commands).
WinForms: WinForms End-User Designer - How to customize the popup-menu.
The main point is to customize the popup menu templates to add the extra item bound to a custom command (Delegate Commands).
WinForms: WinForms End-User Designer - How to customize the popup-menu.