PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGroup Class / SetValue Method
The value to be set.
The converter to convert the value if necessary.

In This Topic
    SetValue Method (PropertyGroup)
    In This Topic
    Sets the value in all the properties of the group.
    Syntax
    'Declaration
     
    
    Public Sub SetValue( _
       ByVal value As Object, _
       Optional ByVal converter As IValueConverter _
    ) 
    public void SetValue( 
       object value,
       IValueConverter converter
    )

    Parameters

    value
    The value to be set.
    converter
    The converter to convert the value if necessary.
    See Also