名前空間一覧 > GrapeCity.Web.Input.IMCalendar 名前空間 > GcCalendar クラス : MaxSelectionCount プロパティ |
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | 1未満の値が設定されています。 |
Imports GrapeCity.Web.Input.IMCalendar
GcCalendar1.MaxSelectionCount = 7
GcCalendar1.SelectionMode = SelectionMode.MultiRich
using GrapeCity.Web.Input.IMCalendar;
GcCalendar1.MaxSelectionCount = 7;
GcCalendar1.SelectionMode = SelectionMode.MultiRich;