Gets the MethodBoxes generated to show the SelectedObject's methods on the C1PropertyGrid.

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

Syntax

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

See Also