This is an adapter class that adapts RadDateTimePicker to IGridViewEditor interface. It is public because it should be initialized with reflection.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public class DateTimePickerGridViewEditor
Inheritance: objectDateTimePickerGridViewEditor
Constructors
Initializes a new instance of the DateTimePickerGridViewEditor class.
C#
public DateTimePickerGridViewEditor(RadDateTimePicker dateTimePicker)
The adapted RadDateTimePicker.