PowerTools InputMan for ASP.NET 8.0J
MaxSelectionCount プロパティ
使用例 

ユーザーが選択できる最大日数を取得または設定します。
構文
Public Property MaxSelectionCount As Integer
public int MaxSelectionCount {get; set;}

プロパティ値

既定値:14
例外
例外解説
System.ArgumentOutOfRangeException 1未満の値が設定されています。
解説
MaxSelectionCountプロパティは、SelectionModeプロパティを複数選択モード(MultiSimpleまたはMultiRich)に設定している場合に有効になります。ユーザーは、MaxSelectionCountプロパティで設定した日数以上の日付を選択できません。
使用例
次のサンプルコードは、MaxSelectionCountプロパティを設定する方法を示します。
Imports GrapeCity.Web.Input.IMCalendar

GcCalendar1.MaxSelectionCount = 7
GcCalendar1.SelectionMode = SelectionMode.MultiRich
using GrapeCity.Web.Input.IMCalendar;

GcCalendar1.MaxSelectionCount = 7;
GcCalendar1.SelectionMode = SelectionMode.MultiRich;
参照

GcCalendar クラス
GcCalendar メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.