DetailsView::IDataBoundControl::DataSource Property
.NET Framework (current version)
For a description of this property, see IDataBoundControl::DataSource.
Assembly: System.Web (in System.Web.dll)
private: property Object^ DataSource { virtual Object^ get() sealed = IDataBoundControl::DataSource::get; virtual void set(Object^ value) sealed = IDataBoundControl::DataSource::set; }
Property Value
Type: System::Object^An object that represents the data source from which the DetailsView control retrieves its data. The default is null.
Implements
IDataBoundControl::DataSourceThis member is an explicit interface member implementation. It can be used only when the DetailsView instance is cast to an IDataBoundControl interface.
.NET Framework
Available since 4.0
Available since 4.0
Show: