IContainItemStorage Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a property bag implementation for item panels.
public interface class IContainItemStorage
public interface IContainItemStorage
type IContainItemStorage = interface
Public Interface IContainItemStorage
- Derived
Remarks
The ItemsControl and GroupItem classes implement this interface so that the items panel can store the state of its items.
Methods
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. |