PowerTools InputMan for ASP.NET 8.0J
AllowSelection プロパティ (GcCalendar)
使用例 

選択する日付の種別を取得または設定します。
構文
Public Property AllowSelection As AllowSelection
public AllowSelection AllowSelection {get; set;}

プロパティ値

既定値:GrapeCity.Web.Input.IMCalendar.AllowSellection.AnyDay
解説
AllowSelectionプロパティは、カレンダーで選択を許可する日付の種類を設定します。

カレンダーコントロールには、日付の選択方法として、1つの日付だけを選択する単一選択と、複数の日付を選択する複数選択の2種類があります。これらの選択方法は、 SelectionModeプロパティで指定します。
使用例
次のサンプルコードは、休日と休業日だけを選択可能にする方法を示します。
Imports GrapeCity.Web.Input.IMCalendar

GcCalendar1.AllowSelection = AllowSelection.Holiday
using GrapeCity.Web.Input.IMCalendar;

GcCalendar1.AllowSelection = AllowSelection.Holiday;
参照

GcCalendar クラス
GcCalendar メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.