| Overload | Description |
|---|---|
| dbiColumnItem Constructor() | Initializes a new instance of the dbiColumnItem class |
| dbiColumnItem Constructor(String) | Initializes a new instance of the dbiColumnItem class setting the Text Property to the string parameter. |
| dbiColumnItem Constructor(String,Int32) | Initializes a new instance of the dbiColumnItem class with the Text Property set to the value of the string parameter and the Width Property set to the int32 parameter. |
| dbiColumnItem Constructor(XmlNodeList) | Initializes a new instance of the dbiColumnItem class based on the XML nodes parameter. |