PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridEditorsCollection Class / DataCollection Property

In This Topic
    DataCollection Property (PropertyGridEditorsCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property DataCollection As C1.DataCollection.IDataCollection(Of IPropertyGridEditor)
    protected override C1.DataCollection.IDataCollection<IPropertyGridEditor> DataCollection {get;}
    See Also