Hi All,
I would like to display ONLY a specific category in the PropertyGrid. Is this possible?
If not, then, is there a way to suppress base class properties being displayed in the PropertyGrid? The base class in my case is a NODE object from FORMS namespace and I do not want its properties being displayed in my PropertyGrid. Therefore, I cannot change the "Browsable" attribute of properties in the Node class.
Thanks in advance!