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

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