Enum NewItemPlaceholderPosition
Describes the desired position of the new item placeholder in an IEditableCollectionView.
public enum NewItemPlaceholderPosition
Fields
AtBeginning = 1
Put the placeholder at the beginning.
AtEnd = 2
Put the placeholder at the end.
None = 0
Do not include a placeholder.