DataTable Property See Also DescriptionThe DataTable bound to the grid. Property typeRead-write property SyntaxVisual BasicPublic Property DataTable() As DataTable RemarksBy default, the grid is not bounded to a DataTable. To bind a grid, you must explicitly specify a data table. See AlsoGrid Object