WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NewItemPlaceholderPosition

    Show / Hide Table of Contents

    Class NewItemPlaceholderPosition

    Specifies where the placeholder for a new item appears in the collection.

    Inheritance
    System.Object
    NewItemPlaceholderPosition
    Namespace: Syncfusion.UI.Xaml.Data
    Assembly: Syncfusion.Data.WinUI.dll
    Syntax
    public sealed class NewItemPlaceholderPosition : Enum

    Fields

    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.

    Declaration
    public const NewItemPlaceholderPosition AtBeginning
    Field Value
    Type Description
    NewItemPlaceholderPosition

    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.

    Declaration
    public const NewItemPlaceholderPosition AtEnd
    Field Value
    Type Description
    NewItemPlaceholderPosition

    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.

    Declaration
    public const NewItemPlaceholderPosition None
    Field Value
    Type Description
    NewItemPlaceholderPosition

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved