The following tables list the members exposed by dbiColumnItem.
"| Name | Description | |
|---|---|---|
![]() | dbiColumnItem Constructor | Overloaded. Initializes a new instance of the dbiColumnFormat class. |
| Name | Description | |
|---|---|---|
![]() | BackColor | Determines the background color of the column header. |
![]() | BackColorTo | Determines the secondary background color of the column header. |
![]() | DataType | Determines the data type to assign to the column. |
![]() | EditType | Determines the type of edit control to be used when editing cells in the column. |
![]() | FillType | Determines the fill pattern of the column header. |
![]() | ForeColor | Determines the forecolor of the column header. |
![]() | Format | Determines a format for the column in the list. |
![]() | ImageAlign | Determines the alignment of the image in the column. |
![]() | ImageIndex | Determines the column header image. |
![]() | Items | Determines the list of items used to populate a combo box that belongs to this column |
![]() | LockWidth | Determines if the column can be resized. |
![]() | ReadOnly | Determines if the column is readonly. |
![]() | Sortable | Determines if the column is sortable. |
![]() | Text | The column header text. |
![]() | TextAlign | Determines the alignment of the column header |
![]() | Visible | Determines if the column is visible. |
![]() | Width | Determines the width of the column. |

