[DevExpress Support Team: CLONED FROM Q501861: PropertyGridControl and ExpandoObject]
I need to hide some rows in the property grid according to some values in other rows
Thanks for your help
Regards
Martin
How to hide specific rows in the PropertyGridControl
Answers approved by DevExpress Support
To accomplish this task, handle the Sort event. Filter the args.SourceCollection collection and assign it to the args.ResultCollection property. I have attached a sample project to illustrate this approach.
Thanks,
Alexander Rus