0

I have Question. This has a property Body which is an XElement. How Can I show This as Text in a Wpf application?

Stef Dhollander
  • 91
  • 1
  • 1
  • 3

1 Answers1

0

I suppose you could bind to Body.Value property. (That is, the Value property of XElement.)

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