public
class
MyRadRangeSelector : RadRangeSelector
{
public
override
string
ThemeClassName
{
get
{
return
typeof
(RadRangeSelector).FullName;
}
}
public
new
RadControl AssociatedControl
{
get
{
return
base
.AssociatedControl;
}
set
{
if
(
base
.AssociatedControl == value)
return
;
base
.AssociatedControl = value;
}
}
}