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