or
oCombobox =
CType
((
CType
(e.ActiveEditor, RadDropDownListEditor)).EditorElement, RadDropDownListEditorElement)
oCombobox.Items.Add(
New
RadListDataItem(
"Boolean"
,
GetType
(
Boolean
).ToString))
oCombobox.Items.Add(
New
RadListDataItem(
"Date"
,
GetType
(DateTime).ToString))
oCombobox.Items.Add(
New
RadListDataItem(
"Numeric"
,
GetType
(
Double
).ToString))
oCombobox.Items.Add(
New
RadListDataItem(
"Text"
,
GetType
(
String
).ToString))