0

want to add items (shapes) into a tool box and then be able to drag and drop them into a different diagram control the diagrame controle and the toolboxcontrol each one is in a different pannel

Ghaith
  • 13
  • 6

1 Answers1

0

I suggest you start with the documentation articles:

If these articles do not help, please contact the DevExpress Support team directly.

DmitryG
  • 17,677
  • 1
  • 30
  • 53
  • i've found some codes that could help me, i've tryed copy/past them in form.cs but it continuously generate errors could u help me to know where should i copy/past them – Ghaith Aug 06 '19 at 12:11
  • @Brendon Such as: Unable to resolve type 'DevExpress.XtraDiagram.DiagramControl or Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name 'DevExpress' could not be found (are you missing a using directive or an assembly reference?) T357857 and others – Ghaith Aug 06 '19 at 14:21
  • I've fixed this error : "The type or namespace name 'DevExpress' could not be found (are you missing a using directive or an assembly reference?) "//// By upgrading the application and devexpress (just uninstalled and installed (devexpress) it suggested the upgrade though i've reinstalled the same version .. – Ghaith Aug 06 '19 at 14:54