Enum ObjectInspectorCellType
Identifies the editor and formatting an object-inspector cell uses for a property value, such as plain text, expression, numeric, color, image, font, SQL or connection-string editing.
Namespace: Reportman.Designer
Assembly: Reportman.Designer.dll
Syntax
public enum ObjectInspectorCellType
Fields
| Name | Description |
|---|---|
| Boolean | |
| Color | |
| ConnectionString | |
| Decimal | |
| DropDown | |
| DropDownList | |
| Expression | |
| FontName | |
| FontStyle | |
| Image | |
| Integer | |
| MultilineText | |
| SQL | |
| Text |