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