MindFusion.Wpf Pack Programmer's Guide
SelectionMode Enumeration
See Also
 





Specifies the interactive selection behavior in a Calendar control.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public enum SelectionMode

Visual Basic  Copy Code

Public Enum SelectionMode

 Members

  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.

 Remarks

Values from this enumeration can be assigned to the SelectionMode property of the Calendar class.

 See Also

MindFusion.UI.Wpf Namespace