ComponentOne Extended Library for WPF and Silverlight
PropertyBoxes Property (C1PropertyGrid)

C1.Silverlight.Extended Namespace > C1PropertyGrid Class : PropertyBoxes Property
Gets the PropertyBoxes generated to show the SelectedObject's properties on the C1PropertyGrid.
Syntax
'Declaration
 
Public ReadOnly Property PropertyBoxes As List(Of PropertyBox)
public List<PropertyBox> PropertyBoxes {get;}
See Also

Reference

C1PropertyGrid Class
C1PropertyGrid Members