<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / PropertyDescriptorCollection Class
Members

In This Topic
    PropertyDescriptorCollection Class
    In This Topic
    Represents a collection of PropertyDescriptor objects.
    Object Model
    PropertyDescriptorCollection Class
    Syntax
    'Declaration
     
    Public Class PropertyDescriptorCollection 
       Inherits System.Collections.ObjectModel.Collection(Of PropertyDescriptor)
    public class PropertyDescriptorCollection : System.Collections.ObjectModel.Collection<PropertyDescriptor> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.Olap.PropertyDescriptorCollection

    See Also