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# Copy Code |
---|
public bool KeepItemSelection { get; set; } |
Visual Basic Copy Code |
---|
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.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |