Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

Need to provide the support to get the Hierarchy of nested property names in the AutoGeneratingPropertyGrid event.

for example

---Nested property class---

Class A

{

public B PropertyNameA { get; set; }

}

-----Selected object class---

Class B

{

public object PropertyNameB { get; set;}

}

Then in the AutoGeneratingPropertyGrid event we should be able to get the hierarchy 'PropertynameA.PropertyNameB', when SelectedObject is of type 'A'.