'Declaration Public Function GetExpandedCategories() As List(Of String)
'Usage Dim instance As PropertyGrid Dim value As List(Of String) value = instance.GetExpandedCategories()
public List<string> GetExpandedCategories()
Return Value
A list containing the names of the categories that are expanded.