Version

PropertyGridItemCollection Class Properties

For a list of all members of this type, see PropertyGridItemCollection members.

Public Properties
 NameDescription
Public PropertyCountGets the number of elements contained in the ReadOnlyCollection instance. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<PropertyGridItem>)
Public PropertyItemGets the element at the specified index. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<PropertyGridItem>)
Public PropertyPropertyGridReturns the associated XamPropertyGrid  
Protected Properties
 NameDescription
Protected PropertyItemsReturns the IList that the ReadOnlyCollection wraps. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<PropertyGridItem>)
See Also