Avatar has already mentioned the mostly used third party controls and you should evaluate them as per your requirements. I have used both Telerik and Syncfusion extensively;
Telerik:
I was very happy with telerik WPF
controls, they were very professionally
developed and very stable too. If
possible have a look at there code(if
you can purchase source code license),
I found it a good source of learning.
I have seen the code of Telerik and they have used WPF features to develop the controls, same holds true for there samples too.
Syncfusion:
.
As far as Syncfusion controls are concerned, We are using them
currently(unfortunately) but I would
suggest you to stay away from them.
They are not at all stable and very
unprofessional too. Very basic things
are missing and we regularly find
bugs(a lot) in them. Syncfusions
version management is also very poor,
in every new version some of the old
fixes goes missing(and of course, new
ones are introduced).
I haven't seen the code of Syncfusion controls so I can't comment on how they are developed but there samples are pathetic and don't use any WPF features(no bindings, no commands, forget MVVM), we have struggled a lot to find out how to bind a particular property of a control to our VM or why a binding doesn't work for some properties.
Its just my personal experience and rest depends on you to evaluate.