Intersoft ClientUI Documentation
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
Public ReadOnly Property CurrentEditItem As Object
Dim instance As PagedCollectionView
Dim value As Object
 
value = instance.CurrentEditItem
public object CurrentEditItem {get;}
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 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