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;