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

In This Topic
    PropertyGridAttributeCollection Class
    In This Topic
    Collection of PropertyAttribute.
    Object Model
    PropertyGridAttributeCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public Class PropertyGridAttributeCollection 
       Inherits C1.DataCollection.C1DataCollectionList(Of PropertyAttribute)
    [DefaultMember("Item")]
    public class PropertyGridAttributeCollection : C1.DataCollection.C1DataCollectionList<PropertyAttribute> 
    Inheritance Hierarchy

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

    See Also