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

曜日タイトルのクリックで、その曜日全部を選択するかどうか取得または設定します。
構文
Public Property WeekTitleSelect As Boolean
public bool WeekTitleSelect {get; set;}

プロパティ値

曜日タイトルのクリックで曜日全体を選択するにはTrue、それ以外はFalse。既定値はFalseです。
解説
SelectionModeプロパティで、カレンダーの日付を複数選択モードに設定している場合、WeekTitleSelectプロパティは曜日タイトルをクリックするとその月の全曜日を選択状態するかどうかを指定します。

曜日タイトルをクリックして月の全曜日を選択したとき、フォーカス日付はその曜日の第一週目の日付となります。
使用例
次のサンプルコードでは、WeekTitleSelectプロパティの使用法を示します。
Imports GrapeCity.Web.Input.IMCalendar

GcCalendar1.SelectionMode = SelectionMode.MultiSimple
GcCalendar1.WeekTitleSelect = True
using GrapeCity.Web.Input.IMCalendar;

GcCalendar1.SelectionMode = SelectionMode.MultiSimple;
GcCalendar1.WeekTitleSelect = true;
参照

GcCalendar クラス
GcCalendar メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.