Gets or sets a value indicating whether more than one items can be selected simultaneously.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public bool AllowMultipleSelection { get; set; } |
Visual Basic
![]() |
---|
Public Property AllowMultipleSelection As Boolean |
true to allow selection of more the one item, otherwise false.
The property controls whether multiple items can be selected interactively. If it is disabled, multiple items can still be selected programmatically.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |