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
C# Copy Code |
---|
public bool Continuous { get; set; } |
Visual Basic Copy Code |
---|
Public Property Continuous As Boolean |
true to prevent users from selecting more than one, continuous range of dates in the control; otherwise, false.