[DevExpress Support Team: CLONED FROM T327748: DiagramControl - Improve the copy-paste functionality]
A way to show canvas properties (page size) so we can change it into larger canvas like A3 would be very useful , same as if I click on a drawing to see its properties , same should be on canvas
Thanks
Bassam
How to make canvas in DiagramControl selectable so that its properties can be changed in PropertyGridControl
Answers approved by DevExpress Support
Hello Bassam,
This functionality is already available. To activate it, set the AllowEmptySelection property to "False":
C#diagramControl1.OptionsBehavior.AllowEmptySelection = false;
Thanks,
Alexander