Table of Contents

Method ChangePropertyValueAsVariant

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ChangePropertyValueAsVariant(IPropertyGridItem, IPropertyGridVariant)

Changes value of a property, as if from an editor.

public virtual bool ChangePropertyValueAsVariant(IPropertyGridItem prop, IPropertyGridVariant value)

Parameters

prop IPropertyGridItem

Property item.

value IPropertyGridVariant

Property value.

Returns

bool

Remarks