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

In This Topic
    CategoryContainers Property (C1PropertyGrid)
    In This Topic
    The list of category containers (if defined) created to show each category
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CategoryContainers As Dictionary(Of String,C1Expander)
    public Dictionary<string,C1Expander> CategoryContainers {get;}
    See Also