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

In This Topic
    IsEditingItem Property (BaseCollectionView)
    In This Topic
    Gets a value that indicates whether an edit transaction is in progress.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsEditingItem As Boolean
    public virtual bool IsEditingItem {get;}

    Property Value

    true if an edit transaction is in progress; otherwise, false.
    See Also