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

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

Syntax

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

Remarks

This is a dependency property.

See Also