PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridAttributeCollection Class / Remove Method / Remove(PropertyAttribute) Method

In This Topic
    Remove(PropertyAttribute) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal item As PropertyAttribute _
    ) As Boolean
    public bool Remove( 
       PropertyAttribute item
    )

    Parameters

    item
    See Also