Imports GrapeCity.Web.Input.IMCalendar
GcDateTime1.DropDownCalendar.ShowNavigator = CalendarNavigators.ScrollBar
GcDateTime1.DropDownCalendar.NavigatorOrientation = NavigatorOrientation.Bottom
GcDateTime1.DropDownCalendar.ShowScrollTip = True
GcDateTime1.DropDownCalendar.ScrollTipAlign = ScrollTipAlignment.BottomRight
using GrapeCity.Web.Input.IMCalendar;
GcDateTime1.DropDownCalendar.ShowNavigator = CalendarNavigators.ScrollBar;
GcDateTime1.DropDownCalendar.NavigatorOrientation = NavigatorOrientation.Bottom;
GcDateTime1.DropDownCalendar.ShowScrollTip = true;
GcDateTime1.DropDownCalendar.ScrollTipAlign = ScrollTipAlignment.BottomRight;