SAP Business One UI API 10.0 - Objects Reference (10.00.270)
DataTable Property
UI API
Description
The
DataTable
bound to the grid.
Property
Read-write property
Syntax
Visual Basic
Public Property DataTable() As
DataTable
Remarks
By default, the grid is not bounded to a DataTable. To bind a grid, you must explicitly specify a data table.
See Also
Grid Object