PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridObjectCollection Class
Members

In This Topic
    PropertyGridObjectCollection Class
    In This Topic
    Collection of objects bound to the grid.
    Object Model
    PropertyGridObjectCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public Class PropertyGridObjectCollection 
       Inherits C1.DataCollection.C1DataCollectionList(Of Object)
    [DefaultMember("Item")]
    public class PropertyGridObjectCollection : C1.DataCollection.C1DataCollectionList<object> 
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DataCollectionList<T>
          C1.WPF.PropertyGrid.PropertyGridObjectCollection

    See Also