Method CanResetProp
CanResetProp(IPropertyGridItem?)
Gets whether property item can be reset.
public virtual bool CanResetProp(IPropertyGridItem? item)
Parameters
item
IPropertyGridItemProperty item.
Returns
Remarks
Property can be reset if it is nullable, has DefaultValueAttribute specified or class has 'Reset(PropertyName)' method.