.NET Windows Forms in a Nutshell

GridItemType serializable

System. Windows .Forms (system. windows .forms.dll) enum

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 System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) GridItemType

Returned By

GridItem.GridItemType

Категории