Enum NewItemPlaceholderPosition
Describes the desired position of the new item placeholder in an IEditableCollectionView.
Namespace: System.ComponentModel
Assembly: OpenSilver.dll
Syntax
public enum NewItemPlaceholderPosition
Fields
| Name | Description |
|---|---|
| AtBeginning | Put the placeholder at the beginning. |
| AtEnd | Put the placeholder at the end. |
| None | Do not include a placeholder. |