GridItemType
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the valid grid item types for a PropertyGrid.
- C#
- VB.NET
public enum GridItemType : Enum
Public Enum GridItemType As [Enum]
Fields
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| GridItem.GridItemType | Returns the type of this GridItem. |