ListViewItem.DataItem Property

Definition

Gets or sets the underlying data object that the ListViewItem object is bound to.

public:
 virtual property System::Object ^ DataItem { System::Object ^ get(); void set(System::Object ^ value); };
public virtual object DataItem { get; set; }
member this.DataItem : obj with get, set
Public Overridable Property DataItem As Object

Property Value

The underlying data object that the ListViewItem object is bound to.

Applies to