Search
Calendar.KeepItemSelection Property
See Also
 






Gets or sets a value indicating whether the item selection is preserved when an item from the selection is clicked.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool KeepItemSelection { get; set; }

Visual Basic  Copy Code

Public Property KeepItemSelection As Boolean

 Property Value

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.

 Remarks

If the property is set to false, only the clicked item is selected.

 See Also