Gets a flag indicating whether the users can select only one range of dates in the calendar.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public abstract State SelectionContinuous { get; } |
Visual Basic
Copy Code
|
|---|
Public MustOverride ReadOnly Property SelectionContinuous As State |
A member of the State enumeration.
See Also