Hevea documentation
Datagrid.Fill Method
Set the data table to fill the grid with.
public
void
Fill(
DataTable
table
);
Parameters
table
data table
Exceptions
Exception Type
Condition
ArgumentNullException
table is null
See Also
Datagrid Class
|
Hevea.Core.Http.Html.UI Namespace