This question is locked. New answers and comments are not allowed.
namespace MyNameSpace
{
{
public class MyDatePicker : DatePicker
{
public MyDatePicker()
{
..............
}
}
I am trying to create my own DatePicker based on the Telerik DatePicker control for Silverlight and WPF... Where can I find some help on this?
Thanks,
Naveed