Skip to main content
Version: 3.5

GridItemType

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the valid grid item types for a PropertyGrid.

public enum GridItemType : Enum

Fields

NameDescription
ArrayValueThe GridItem is an element of an array.
CategoryA 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.
PropertyA grid entry that corresponds to a property.
RootA root item in the grid hierarchy.

Used By

NameDescription
GridItem.GridItemTypeReturns the type of this GridItem.