PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridEditorsCollection Class / AddRange Method

In This Topic
    AddRange Method (PropertyGridEditorsCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal items As IEnumerable(Of IPropertyGridEditor) _
    ) 
    public void AddRange( 
       IEnumerable<IPropertyGridEditor> items
    )

    Parameters

    items
    See Also