ListView::IDataBoundControl::DataMember Property
.NET Framework (current version)
Gets or sets the name of the list of data that the data-bound control binds to when the data source contains more than one distinct list of data items.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
private: property String^ DataMember { virtual String^ get() sealed = IDataBoundControl::DataMember::get; virtual void set(String^ value) sealed = IDataBoundControl::DataMember::set; }
Property Value
Type: System::String^The name of the list of data that a data-bound control binds to.
Implements
IDataBoundControl::DataMemberThis 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: