Gets or sets a value indicating whether the item selection is preserved when an item from the selection is clicked.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public bool KeepItemSelection { get; set; } |
Visual Basic
![]() |
---|
Public Property KeepItemSelection As Boolean |
true to preserve the selection when an item from the selection is clicked or false to deselect all items except the one that is clicked.
If the property is set to false, only the clicked item is selected.