Datacells
In DBGrid data table, all table cells are called datacell. These attributes describe the data cell and what kind of features it should be have. Let's take a look these attributes.

Data cells and DBGrid
Data Cell Atributes
Here is the given attributes of a data cell below.

Data Cell Atributes
Atribute List
| Attribute | Default Value | Values | Input Type | Description |
|---|---|---|---|---|
| Alias | null |
null |
textbox | Title of the data cell column head. |
| Data Type | string | string, int, float, date | single select | Data type of the data cell value. |
| Segment Name | null |
null |
textbox | Segment name in colum manager. |
| Width | null |
null |
textbox | DBGrid cell width. (px) |
| Cell Style | null |
null |
textarea | DBGrid cell styles. (Native css codes) |
| Visibility | true | true, false | radio | Hides data cell column in DBGrid |
| Parse HTML | true | true, false | radio |