24.6k views
1 vote
The____property of a DataGrid control, allow filling various kinds of data in a DataGrid including data from a DataSet, DataViewManager, Arrays, Lists etc.

[A] DataRecords
[B] FillSchema
[C] Fill
[D] FillData
[E] DataSource

User Belac
by
7.8k points

1 Answer

3 votes

Final answer:

The DataSource property of a DataGrid control is used to bind various data sources such as DataSet, DataViewManager, arrays, and lists to the control for display.

Step-by-step explanation:

The property of a DataGrid control that allows it to be filled with various kinds of data, including data from a DataSet, DataViewManager, arrays, lists, etc., is the DataSource property. This property can be set to a variety of data sources and is used to bind data to the control, thus displaying it in the DataGrid. When the DataSource property is set, the DataGrid will automatically generate columns and rows based on the data.

User Randy Simon
by
7.1k points