ASP.NET Pack Programmer's Guide
Calendar.SelectionMode Property
See Also
 





Gets or sets the mode of the interactive selection in the calendar.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public SelectionMode SelectionMode { get; set; }

Visual Basic  Copy Code

Public Property SelectionMode As SelectionMode

 Property Value

Type: SelectionMode
One of the SelectionMode Enumeration values that specifies the mode of interactive selection in the control. Default value is SelectionMode.Single.

 See Also

Calendar Members
Calendar Class
MindFusion.UI.WebForms Namespace