Method ChangePropertyValueAsVariant
ChangePropertyValueAsVariant(IPropertyGridItem, IPropertyGridVariant)
Changes value of a property, as if from an editor.
public virtual bool ChangePropertyValueAsVariant(IPropertyGridItem prop, IPropertyGridVariant value)
Parameters
prop
IPropertyGridItemProperty item.
value
IPropertyGridVariantProperty value.
Returns
Remarks
See ChangePropertyValue(IPropertyGridItem, object) for more details.