Intersoft ClientUI Documentation
CurrentAddItem Property
See Also  Send Feedback
Intersoft.Client.Data.ComponentModel Namespace > PagedCollectionView Class : CurrentAddItem Property






Gets the item that is being added when an System.Windows.Data.PagedCollectionView.AddNew transaction is in progress.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CurrentAddItem As Object
Visual Basic (Usage)Copy Code
Dim instance As PagedCollectionView
Dim value As Object
 
value = instance.CurrentAddItem
C# 
public object CurrentAddItem {get;}
Delphi 
public read-only property CurrentAddItem: TObject; 
JScript 
public function get CurrentAddItem : Object
Managed Extensions for C++ 
public: __property Object* get_CurrentAddItem();
C++/CLI 
public:
property Object^ CurrentAddItem {
   Object^ get();
}

Property Value

The item that is being added if System.Windows.Data.PagedCollectionView.IsAddingNew is true; otherwise, null.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.