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

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

プロパティ値

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

ドロップダウンカレンダーでの日付の選択方法は、1つの日付だけを選択する単一選択になります。
使用例
次のサンプルコードは、休日と休業日だけを選択可能にする方法を示します。
Imports GrapeCity.Web.Input.IMCalendar

GcDateTime1.DropDownCalendar.AllowSelection = AllowSelection.Holiday
using GrapeCity.Web.Input.IMCalendar;

GcDateTime1.DropDownCalendar.AllowSelection = AllowSelection.Holiday;
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.