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






Gets the item in the collection that is being edited when an System.Windows.Data.PagedCollectionView.EditItem(System.Object) transaction is in progress.

Syntax

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

Property Value

The item that is being edited if System.Windows.Data.PagedCollectionView.IsEditingItem 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.