Table of Contents
AllowMultiSelect Property

Gets or sets a boolean value to allow multiple selection on client side.

Syntax
 public Boolean AllowMultiSelect { get; set; }
Remarks

Gets or sets a boolean value to allow multiple selection on client side. You can select multiple days by holding Shift key while clicking on the day cell.

See Also