CurrentEditItem Property (C1CollectionView)
In This Topic
Gets the item that is being edited during the current edit transaction started by the
EditItem method.
Syntax
'Declaration
Public ReadOnly Property CurrentEditItem As Object
public object CurrentEditItem {get;}
See Also