GridItemType Enum

Definition

Specifies the valid grid item types for a PropertyGrid.

public enum class GridItemType
public enum GridItemType
type GridItemType = 
Public Enum GridItemType
Inheritance
GridItemType

Fields

ArrayValue 2

The GridItem is an element of an array.

Category 1

A grid entry that is a category name. A category is a descriptive grouping for groups of GridItem rows. Typical categories include the following Behavior, Layout, Data, and Appearance.

Property 0

A grid entry that corresponds to a property.

Root 3

A root item in the grid hierarchy.

Applies to