名前空間一覧 > GrapeCity.Web.Input.IMDate 名前空間 > DropDownCalendar クラス : AllowSelection プロパティ |
Public Property AllowSelection As AllowSelection
public AllowSelection AllowSelection {get; set;}
Imports GrapeCity.Web.Input.IMCalendar
GcDateTime1.DropDownCalendar.AllowSelection = AllowSelection.Holiday
using GrapeCity.Web.Input.IMCalendar;
GcDateTime1.DropDownCalendar.AllowSelection = AllowSelection.Holiday;