ListCollectionView.CurrentEditItem Property

Definition

Gets the item in the collection that is being edited.

public:
 property System::Object ^ CurrentEditItem { System::Object ^ get(); };
public object CurrentEditItem { get; }
member this.CurrentEditItem : obj
Public ReadOnly Property CurrentEditItem As Object

Property Value

The item in the collection that is being edited if IsEditingItem is true; otherwise, null.

Implements

Applies to

See also