I am making an app in Winforms where the user selects an object from a list (all of which are different classes) then edit its properties. Some of the objects have properties greyed out because they don't have a setter. Is there a way to automatically remove those properties from the grid, or get a list of all entries like that and remove them programmatically.
Thank you.
I figured out how to do it. Just use PropertyTab and filter out the properties when it collects them.