The DataBind object tied to this column.
| Visual Basic |
|---|
Public Property DataBind() As DataBind |
To display or edit information in a column item, the item must be bound to a data source (UserDataSource or DBDataSource) using the DataBind property.
The DataBind.SetBound method on a column is valid only on the column itself. You cannot get a UI element for a specific -- using Column.Cells.Item(1).Specific -- and call DataBind.SetBound on this object.