Specifies the interactive selection behavior in a Calendar control.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight
C#
![]() |
---|
public enum SelectionMode |
Visual Basic
![]() |
---|
Public Enum SelectionMode |
Member name | Description | |
---|---|---|
![]() |
Jagged |
Indicates that multiple cells can be selected. |
![]() |
Multiple |
Indicates that multiple consecutive cells can be selected. |
![]() |
Single |
Indicates that only a single cell can be selected at a time. |
Values from this enumeration can be assigned to the SelectionMode property of the Calendar class.