Imports GrapeCity.Web.Input.IMDate
Imports System.Drawing
GcDateTime1.DropDown.DropDownType = DateDropDownType.Picker
GcDateTime1.DropDownPicker.ShowPickers = PickerDisplayOptions.Both
GcDateTime1.DropDownPicker.BackColor = Color.AliceBlue
GcDateTime1.DropDownPicker.ForeColor = Color.Blue
using GrapeCity.Web.Input.IMDate;
using System.Drawing;
GcDateTime1.DropDown.DropDownType = DateDropDownType.Picker;
GcDateTime1.DropDownPicker.ShowPickers = PickerDisplayOptions.Both;
GcDateTime1.DropDownPicker.BackColor = Color.AliceBlue;
GcDateTime1.DropDownPicker.ForeColor = Color.Blue;