ItemsControl.IContainItemStorage.ClearItemValue Method

Definition

Removes the association between the specified item and property.

 virtual void System.Windows.Controls.Primitives.IContainItemStorage.ClearItemValue(System::Object ^ item, System::Windows::DependencyProperty ^ dp) = System::Windows::Controls::Primitives::IContainItemStorage::ClearItemValue;
void IContainItemStorage.ClearItemValue (object item, System.Windows.DependencyProperty dp);
abstract member System.Windows.Controls.Primitives.IContainItemStorage.ClearItemValue : obj * System.Windows.DependencyProperty -> unit
override this.System.Windows.Controls.Primitives.IContainItemStorage.ClearItemValue : obj * System.Windows.DependencyProperty -> unit
Sub ClearItemValue (item As Object, dp As DependencyProperty) Implements IContainItemStorage.ClearItemValue

Parameters

item
Object

The associated item.

dp
DependencyProperty

The associated property.

Implements

Applies to