IDataGrid.DataSource

Syntax

DataSource: IUiDataSource;

Description

The DataSource property specifies the data source, with which the component is linked.

Comments

A list of available values contains names of all UiDataSource components located on the form. This property binds the data access visual component to the data set specified in the DataSet property.

See also:

IDataGrid