IDataGridView.DataSet

Syntax

DataSet: IDatasetModel;

Description

The DataSet property returns the data source, which data will be displayed in the table.

Comments

The property returns the data source that was set for the component in the designer mode in the mobj property or set using the SetDataSet method.

See also:

IDataGridView