Search code examples
menupopupdevexpresstreelist

DX TreeList - how to make Popup menu on Tree Nodes?


i use DevExpress TreeList. Does anyone can put some example, how to create simple popup menu and add this menu on Nodes in TreeList..?


Solution

  • treeListObject.ContextMenuStrip = contextMenuStrip1; 
    

    contextMenuStrip1 - here is simple standard .NET context menu strip.