DX TreeList - how to make Popup menu on Tree Nodes?
i use DevExpress TreeList. Does anyone can put some examp开发者_JAVA百科le, how to create simple popup menu and add this menu on Nodes in TreeList..?
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
treeListObject.ContextMenuStrip = contextMenuStrip1;
contextMenuStrip1 - here is simple standard .NET context menu strip.
精彩评论