MindFusion.Scheduling for Silverlight Programmer's Guide
Selection.Continuous Property
See Also
 





Gets or sets a value indicating whether users can select only one range of dates in the calendar.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public bool Continuous { get; set; }

Visual Basic  Copy Code

Public Property Continuous As Boolean

 Property Value

true to prevent users from selecting more than one, continuous range of dates in the control; otherwise, false.

 See Also

Selection Members
Selection Class
MindFusion.Scheduling.Silverlight Namespace