Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1PropertyGrid Class / MethodBoxes Property

In This Topic
    MethodBoxes Property (C1PropertyGrid)
    In This Topic
    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