📚 SAP Business One SDK Help

DataBind Property
See Also 

Description

The DataBind object tied to this column.

Property type

Read-only property

Syntax

Visual Basic
Public Property DataBind() As DataBind

Remarks

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.

See Also