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