NewItemPlaceholderPosition Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Specifies where the placeholder for a new item appears in an IEditableCollectionView.

Namespace:  System.ComponentModel
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Enumeration NewItemPlaceholderPosition
public enum NewItemPlaceholderPosition

Members

Member name Description
None The collection does not use a new item placeholder. The position of items that are added depends on the underlying collection. Usually, they are added at the end of the collection.
AtEnd The placeholder for a new item appears at the end of the collection. New items are added at the end of the collection, before the new item placeholder.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

System.ComponentModel Namespace