DekGenius.com
[ Team LiB ] Previous Section Next Section

GridItemTypeserializable

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

    [ Team LiB ] Previous Section Next Section