I have Question. This has a property Body which is an XElement. How Can I show This as Text in a Wpf application?
Asked
Active
Viewed 200 times
1 Answers
0
I suppose you could bind to Body.Value
property. (That is, the Value
property of XElement
.)

Emil Badh
- 4,562
- 1
- 17
- 20