Enum ColumnDataType
Identifies the kind of value a grid column edits, selecting the appropriate editor and formatting (text, numeric, date/time, boolean, combo box or password).
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public enum ColumnDataType
Fields
| Name | Description |
|---|---|
| Boolean | |
| ComboBox | |
| ComboBoxList | |
| Date | |
| DateTime | |
| Double | |
| Integer | |
| Numeric | |
| Password | |
| Text | |
| Time |