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!>
Thanks for joining our community and helping improve Syncfusion products!
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'.