MindFusion.Wpf Pack Programmer's Guide
Selection.AllowMultipleSelection Property
See Also
 





Gets or sets a value indicating whether more than one items can be selected simultaneously.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool AllowMultipleSelection { get; set; }

Visual Basic  Copy Code

Public Property AllowMultipleSelection As Boolean

 Property Value

 Remarks

The property controls whether multiple items can be selected interactively. If it is disabled, multiple items can still be selected programmatically.

 See Also

Selection Members
Selection Class
MindFusion.Diagramming.Wpf Namespace