GridItemType

Wisej.Web.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

ArrayValue

The GridItem is an element of an array.

Category

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

A grid entry that corresponds to a property.

Root

A root item in the grid hierarchy.

Used By

NameDescription

Returns the type of this GridItem.

Last updated