MindFusion.UI for WebForms Programmer's Guide

SelectionMode Enumeration

See Also
 





Specifies the interactive selection behavior in a Calendar control.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public enum SelectionMode

Visual Basic  Copy Code

Public Enumeration SelectionMode

 Members

  Member name Value Description

Single

0

Indicates that only a single cell can be selected at a time.

Multiple

1

Indicates that multiple consecutive cells can be selected.

Jagged

2

Indicates that multiple cells can be selected.

 See Also