NewItemPlaceholderPosition Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

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

Syntax

'Declaration
<TypeForwardedFromAttribute("System.Windows.Data, Version=2.0.5.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")> _
Public Enumeration NewItemPlaceholderPosition
[TypeForwardedFromAttribute("System.Windows.Data, Version=2.0.5.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
public enum NewItemPlaceholderPosition

Members

Member name Description
Supported by Silverlight for Windows Phone 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.
Supported by Silverlight for Windows Phone 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

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference