名前空間一覧 > GrapeCity.Web.Input.IMDate 名前空間 > DropDownCalendar クラス : CalendarType プロパティ |
Public Property CalendarType As CalendarType
public CalendarType CalendarType {get; set;}
Imports GrapeCity.Web.Input.IMCalendar GcDateTime1.DropDownCalendar.CalendarType = CalendarType.YearMonth GcDateTime1.DropDownCalendar.YearMonthFormat.YearFormat = "ggg e年" GcDateTime1.DropDownCalendar.YearMonthFormat.MonthFormat = "MM月"
using GrapeCity.Web.Input.IMCalendar; GcDateTime1.DropDownCalendar.CalendarType = CalendarType.YearMonth; GcDateTime1.DropDownCalendar.YearMonthFormat.YearFormat = "ggg e年"; GcDateTime1.DropDownCalendar.YearMonthFormat.MonthFormat = "MM月";