Articles in this section
Category / Section

How to disable the events of WPF Diagram (SfDiagram)?

1 min read

WPF Diagram provides support to Events Constraints. This Events Constraint is used to enable or disable Events support from WPF Diagram (SfDiagram). Please refer the following code example

C#

// Disable Events 
diagram.Constraints = GraphConstraints.Default & ~GraphConstraints.Events;
 

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied