This is a migrated thread and some comments may be shown as answers.

Inheritance problem

2 Answers 68 Views
PropertyGrid
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 16 Nov 2011, 10:33 AM
If I create new class inherits from RadPropertyGrid
public class ExPropertyGrid : RadPropertyGrid    {    }
and in xaml
<RadPropertyGridTest:ExPropertyGrid x:Name="testPropertyGrid" />
then I see nothing in the window.

2 Answers, 1 is accepted

Sort by
0
Ivan Ivanov
Telerik team
answered on 16 Nov 2011, 11:18 AM
Hello Andrey,

I have prepared an example project for you that illustrates how to achive this. I am attaching it for your reference.

Kind regards,
Ivan Ivanov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Paul
Top achievements
Rank 1
answered on 16 Nov 2011, 02:53 PM
Thank you, it's work.
I hope in the next version of the library this code will not be needed.
Tags
PropertyGrid
Asked by
Paul
Top achievements
Rank 1
Answers by
Ivan Ivanov
Telerik team
Paul
Top achievements
Rank 1
Share this question
or