Hello, i use DevExpress TreeList. Does anyone can put some example, how to create simple popup menu and add this menu on Nodes in TreeList..?
A:
treeListObject.ContextMenuStrip = contextMenuStrip1;
contextMenuStrip1 - here is simple standard .NET context menu strip.
Vytas999
2010-02-09 09:01:12
A:
If you want to use the devexpress popup menu control then check out this tutorial: http://www.itjungles.com/devexpress/how-to-easily-create-popup-menu-for-devexpress-treelist