Method HideProperty
HideProperty(IPropertyGridItem, bool, bool)
Hides or shows property.
bool HideProperty(IPropertyGridItem prop, bool hide, bool recurse = true)
Parameters
prop
IPropertyGridItemProperty item.
hide
booltrue
to hide the property,false
to show the property.recurse
boolPerform operation recursively for the child items.
Returns
- bool
true
if operation was successful,false
otherwise.