Method Collapse
Collapse(IPropertyGridItem?)
Collapses (hides) all sub properties of the given property.
public virtual bool Collapse(IPropertyGridItem? prop)
Parameters
prop
IPropertyGridItemProperty item to collapse.
Returns
- bool
true
if operation was successful,false
otherwise.