ListView::ClearContainerForItemOverride Method (DependencyObject^, Object^)
.NET Framework (current version)
Removes all templates, styles, and bindings for the object that is displayed as a ListViewItem.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual void ClearContainerForItemOverride( DependencyObject^ element, Object^ item ) override
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The ListViewItem container to clear.
- item
-
Type:
System::Object^
The object that the ListViewItem contains.
.NET Framework
Available since 3.0
Available since 3.0
Show: