Method EnableProperty
EnableProperty(IPropertyGridItem?, bool)
Changes enabled state of the property.
public virtual bool EnableProperty(IPropertyGridItem? prop, bool enable = true)
Parameters
propIPropertyGridItemProperty item.
enableboolNew enabled state value.
Returns
- bool
trueif operation was successful,falseotherwise.