Gets the PropertyBoxes generated to show the SelectedObject's properties on the C1PropertyGrid.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public List<PropertyBox> PropertyBoxes { get; private set; }
Visual Basic
Public Property PropertyBoxes As List(Of PropertyBox)
	Get
	Private Set

See Also