ComponentOne Extended Library for WPF and Silverlight
CategoryContainers Property (C1PropertyGrid)

C1.Silverlight.Extended Namespace > C1PropertyGrid Class : CategoryContainers Property
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

Reference

C1PropertyGrid Class
C1PropertyGrid Members