ListViewItem::DataItem Property
.NET Framework (current version)
Gets or sets the underlying data object that the ListViewItem object is bound to.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: property Object^ DataItem { virtual Object^ get(); virtual void set(Object^ value); }
Property Value
Type: System::Object^The underlying data object that the ListViewItem object is bound to.
Implements
IDataItemContainer::DataItem
.NET Framework
Available since 4.0
Available since 4.0
Show: