GridControl.ItemsSource Property
In This Article
Gets or sets the grid’s data source. This is a bindable property.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object that implements either the IList or IList |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
The Bind a Grid to Data lesson of the Getting Started tutorial explains how to use the ItemsSource property to provide a data source for a GridControl instance.
See Also