ComponentOne Scheduler for WPF and Silverlight
SelectionMode Property (C1Calendar)

C1.WPF.Schedule Namespace > C1Calendar Class : SelectionMode Property
Gets or sets the selection behavior for the C1Calendar control. This is a dependency property. The default value is System.Windows.Controls.SelectionMode.Extended.
Syntax
'Declaration
 
Public Property SelectionMode As System.Windows.Controls.SelectionMode
public System.Windows.Controls.SelectionMode SelectionMode {get; set;}
Remarks
Note, even if this property value allows to select multiple items, the actual number of selected days might be limited by the value of the MaxSelectionCount property.
See Also

Reference

C1Calendar Class
C1Calendar Members