IContainItemStorage Interface
Provides a property bag implementation for item panels.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | Clear() | Clears all property associations. |
![]() | ClearItemValue(Object, DependencyProperty) | Removes the association between the specified item and property. |
![]() | ClearValue(DependencyProperty) | Removes the specified property from all property bags. |
![]() | ReadItemValue(Object, DependencyProperty) | Returns the value of the specified property that is associated with the specified item. |
![]() | StoreItemValue(Object, DependencyProperty, Object) | Stores the specified property and value and associates them with the specified item. |
The ItemsControl and GroupItem classes implement this interface so that the items panel can store the state of its items.
Available since 4.5
