Method HideProperty
HideProperty(IPropertyGridItem, bool, bool)
Hides or shows property.
bool HideProperty(IPropertyGridItem prop, bool hide, bool recurse = true)
Parameters
propIPropertyGridItemProperty item.
hidebooltrueto hide the property,falseto show the property.recurseboolPerform operation recursively for the child items.
Returns
- bool
trueif operation was successful,falseotherwise.