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

In This Topic
    SetSource Method (PropertyGridAttributeCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub SetSource( _
       ByVal collection As C1.DataCollection.IDataCollection(Of PropertyAttribute) _
    ) 
    protected void SetSource( 
       C1.DataCollection.IDataCollection<PropertyAttribute> collection
    )

    Parameters

    collection
    See Also