[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.PropertyAttribute.SetValue

SetValue Method

SetValue<T>(T, IValueConverter)

Sets the specified value.

Declaration
public void SetValue<T>(T value, IValueConverter converter)
Parameters
Type Name Description
T value

The value to be set

IValueConverter converter

The converter to convert the value to the property type if necessary.

Type Parameters
Name Description
T

The type of the value to be set.