DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / CurrentEditItem Property

In This Topic
    CurrentEditItem Property
    In This Topic
    Gets the item in the collection that is being edited.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentEditItem As Object
    public object CurrentEditItem {get;}
    See Also