GridView::IDataBoundControl::DataSourceObject Property
.NET Framework (current version)
Gets or sets the data source object from which the data-bound control retrieves the list of data items.
Assembly: System.Web (in System.Web.dll)
private: property IDataSource^ DataSourceObject { virtual IDataSource^ get() sealed = IDataBoundControl::DataSourceObject::get; }
Property Value
Type: System.Web.UI::IDataSource^The data source object from which the data-bound control retrieves the list of data items
Implements
IDataBoundControl::DataSourceObjectThis member is an explicit interface member implementation. It can be used only when the GridView instance is cast to an IDataBoundControl interface.
ASP.NET Dynamic Data supports this property.
.NET Framework
Available since 4.0
Available since 4.0
Show: