ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / NewItemPlaceholderPosition Property

In This Topic
    NewItemPlaceholderPosition Property (BaseCollectionView)
    In This Topic
    Gets or sets the position of the new item placeholder in the collection view.
    Syntax
    'Declaration
     
    
    Public Overridable Property NewItemPlaceholderPosition As NewItemPlaceholderPosition
    public virtual NewItemPlaceholderPosition NewItemPlaceholderPosition {get; set;}

    Property Value

    An enumeration value that specifies the position of the new item placeholder in the collection view.
    See Also