GridView.PrepareItem(ListViewItem) Method

Definition

Prepares a ListViewItem for display according to the definition of this GridView object.

protected public:
 override void PrepareItem(System::Windows::Controls::ListViewItem ^ item);
protected internal override void PrepareItem (System.Windows.Controls.ListViewItem item);
override this.PrepareItem : System.Windows.Controls.ListViewItem -> unit
Protected Friend Overrides Sub PrepareItem (item As ListViewItem)

Parameters

item
ListViewItem

The ListViewItem to display.

Remarks

This method can be used to apply styles, to set data bindings, and to attach a column collection to the ListViewItem.

Applies to