Enum NewItemPlaceholderPosition
Specifies where the placeholder for a new item appears in the collection.
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WinForms.dll
Syntax
public enum NewItemPlaceholderPosition
Fields
Name | Description |
---|---|
AtBeginning | Specifies that the placeholder for a new item appears at the beginning of the collection. New items are at the beginning of the collection, after the new item placeholder. |
AtEnd | Specifies that the placeholder for a new item appears at the end of the collection. New items are added at the end of the collection, before the new item placeholder. |
None | Specifies that the collection does not use a new item placeholder. The position of items that are added depends on the underlying collection. Usually, they are added at the end of the collection. |