Method Expand
Expand(IPropertyGridItem?)
Expands (shows) all sub properties of the given property.
public virtual bool Expand(IPropertyGridItem? prop)
Parameters
prop
IPropertyGridItemProperty item to expand.
Returns
- bool
true
if operation was successful,false
otherwise.