Intersoft ClientUI Documentation
NewItemPlaceholderPosition Property



Gets or sets a value that indicates whether to include a new item placeholder in the collection view, and where to include it.
Syntax
Public Property NewItemPlaceholderPosition As NewItemPlaceholderPosition
Dim instance As PagedCollectionView
Dim value As NewItemPlaceholderPosition
 
instance.NewItemPlaceholderPosition = value
 
value = instance.NewItemPlaceholderPosition
public NewItemPlaceholderPosition NewItemPlaceholderPosition {get; set;}
public:
property NewItemPlaceholderPosition NewItemPlaceholderPosition {
   NewItemPlaceholderPosition get();
   void set (    NewItemPlaceholderPosition value);
}

Property Value

This implementation always returns System.ComponentModel.NewItemPlaceholderPosition.None.
Exceptions
ExceptionDescription
System.ArgumentExceptionThe value is not System.ComponentModel.NewItemPlaceholderPosition.None.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PagedCollectionView Class
PagedCollectionView Members

Send Feedback