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

In This Topic
    MethodsPanel Property (C1PropertyGrid)
    In This Topic
    Gets or sets the template that defines the panel that controls the layout of methods.
    Syntax
    'Declaration
     
    
    Public Property MethodsPanel As ItemsPanelTemplate
    public ItemsPanelTemplate MethodsPanel {get; set;}
    See Also