Allows the selection of multiple dates. If not set, only a single date is selected, and if any dates
are all ready selected, they are cleared.
Namespace: Telerik.WebControls
Assembly: RadCalendar (in RadCalendar.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overridable Property EnableMultiSelect As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadCalendar
Dim value As Boolean
instance.EnableMultiSelect = value
value = instance.EnableMultiSelect
|
| C# | |
|---|
public virtual bool EnableMultiSelect {get; set;} |
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also