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
640
Explorer Bar Runtime Problem
posted

Hi Everyone

I need to block the popup options like Remove Group, Add Group, Add Item, Remove Item in the Explorer Bar at runtime.

I tried a number of options i was not able to get it.

Please help me to solve this issue.

Ferdin

  • 69832
    Offline posted

    The control exposes events that allow you to customize the context menu behavior - ContextMenuInitializing and NavigationContextMenuInitializing. The events are cancelable so you can prevent the context menu from displaying altogether, or you can add/remove/disable menu items.