.NET Windows Forms in a Nutshell
An enumeration specifying the various kinds of row in a PropertyGrid . See GridItem and PropertyGrid for more information. public enum GridItemType { Property = 0 , Category = 1 , ArrayValue = 2 , Root = 3 } Hierarchy
System.Object Returned By
GridItem.GridItemType |