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

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

Reference

C1PropertyGrid Class
C1PropertyGrid Members