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

In This Topic
    PropertyBoxes Property (C1PropertyGrid)
    In This Topic
    Gets the PropertyBoxes generated to show the SelectedObject's properties on the C1PropertyGrid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PropertyBoxes As List(Of PropertyBox)
    public List<PropertyBox> PropertyBoxes {get;}
    See Also