Enum GridViewDateTimeEditorType
Determines the type of editor to be used for editing cell in a GridViewDateTimeColumn of a RadGridView
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public enum GridViewDateTimeEditorType : short
DateTimePicker
A RadDateTimePicker with a drop down calendar.
DateTimePickerSpinMode
A RadDateTimePicker with an up and down arrows.
TimePicker
A RadTimePicker with a drop down clock.