ListCollectionView.NewItemPlaceholderPosition Property

Definition

Gets or sets the position of the new item placeholder in the ListCollectionView.

public:
 property System::ComponentModel::NewItemPlaceholderPosition NewItemPlaceholderPosition { System::ComponentModel::NewItemPlaceholderPosition get(); void set(System::ComponentModel::NewItemPlaceholderPosition value); };
public System.ComponentModel.NewItemPlaceholderPosition NewItemPlaceholderPosition { get; set; }
member this.NewItemPlaceholderPosition : System.ComponentModel.NewItemPlaceholderPosition with get, set
Public Property NewItemPlaceholderPosition As NewItemPlaceholderPosition

Property Value

One of the enumeration values that specifies the position of the new item placeholder in the ListCollectionView.

Implements

Applies to