ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / CurrentEditItem Property

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

    Property Value

    The item that is being edited if System.ComponentModel.IEditableCollectionView.IsEditingItem is true; otherwise, null.
    See Also