MindFusion.UI for WebForms Programmer's Guide

Calendar.SelectionMode Property

See Also
 





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

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

 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