IContainItemStorage Interface
.NET Framework (current version)
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.
.NET Framework
Available since 4.5
Available since 4.5
Show:
