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

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