'DeclarationPublic Function GetCollapsedCategories() As List(Of String)
'UsageDim 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.