Posted 19 Jul 2013 Link to this post
public
class
TestComboBox : RadDropDownList
{
override
string
ThemeClassName
get
return
typeof
(RadDropDownList).FullName;
}
set
base
.ThemeClassName = value;
protected
RadDropDownListElement CreateDropDownListElement()
//return base.CreateDropDownListElement();
new
TestElement(
this
);
TestElement : RadDropDownListElement
TestElement()
//
object
owner)
:
(owner)
RadDropDownListEditorElement
Posted 24 Jul 2013 Link to this post