PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridObjectCollection Class / Remove Method

In This Topic
    Remove Method (PropertyGridObjectCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    <NullableContextAttribute(2)>
    Public Sub Remove( _
       ByVal value As Object _
    ) 
    [NullableContext(2)]
    public void Remove( 
       object value
    )

    Parameters

    value
    See Also