ListView::IDataBoundControl::DataSourceObject Property
.NET Framework (current version)
Gets an object that implements the IDataSource interface, which provides access to the object's data content.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
private: property IDataSource^ DataSourceObject { virtual IDataSource^ get() sealed = IDataBoundControl::DataSourceObject::get; }
Property Value
Type: System.Web.UI::IDataSource^The data source object that contains the list of data items that a data-bound control retrieves.
Implements
IDataBoundControl::DataSourceObjectThis 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: