This topic has not yet been rated - Rate this topic

PagedCollectionView.NewItemPlaceholderPosition Property

Silverlight

Gets or sets a value that indicates whether to include a new item placeholder in the collection view, and where to include it.

Namespace:  System.Windows.Data
Assembly:  System.Windows.Data (in System.Windows.Data.dll)
public NewItemPlaceholderPosition NewItemPlaceholderPosition { get; set; }

Property Value

Type: System.ComponentModel.NewItemPlaceholderPosition
This implementation always returns None.

Implements

IEditableCollectionView.NewItemPlaceholderPosition
ExceptionCondition
ArgumentException

The value is not None.

This implementation only supports NewItemPlaceholderPosition.None.

Silverlight

Supported in: 5, 4, 3

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.