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