PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridAttributeCollection Class / Add Method

In This Topic
    Add Method (PropertyGridAttributeCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal item As PropertyAttribute _
    ) 
    public void Add( 
       PropertyAttribute item
    )

    Parameters

    item
    See Also