ListView.IDataBoundControl.DataSource Property
.NET Framework (current version)
Gets or sets the object from which a data-bound control retrieves its list of data items.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
private abstract DataSource : Object with get, set private override DataSource : Object with get, set
Property Value
Type: System.ObjectThe object that contains the list of data that a data-bound control retrieves.
Implements
IDataBoundControl.DataSourceThis member is an explicit interface member implementation. It can be used only when the ListView instance is cast to an IDataBoundControl interface.
.NET Framework
Available since 4.0
Available since 4.0
Show: