ItemCollectionTransitionOperation Enum
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.
Defines constants that specify the type of transition operation to animate.
public enum class ItemCollectionTransitionOperation
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class ItemCollectionTransitionOperation
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum ItemCollectionTransitionOperation
Public Enum ItemCollectionTransitionOperation
- Inheritance
-
ItemCollectionTransitionOperation
- Attributes
Fields
Name | Value | Description |
---|---|---|
Add | 0 | A data object was added to the collection. |
Remove | 1 | A data object was removed from the collection. |
Move | 2 | A data object was moved to a different location in the collection. |