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

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

    Parameters

    item
    See Also