[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.PropertyGroup.SetValue

SetValue Method

SetValue(object, IValueConverter)

Sets the value in all the properties of the group.

Declaration
public void SetValue(object value, IValueConverter converter = null)
Parameters
Type Name Description
object value

The value to be set.

IValueConverter converter

The converter to convert the value if necessary.