Gets or sets boolean value determining whether multiple selection is allowed.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public bool AllowMultipleSelection { get; set; }
Visual Basic
Public Property AllowMultipleSelection As Boolean
	Get
	Set

Field Value

The default value is true.

See Also