ComponentOne DataGrid for WPF and Silverlight
IsEditingItem Property

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : IsEditingItem Property
Gets a value that indicates whether an edit transaction is in progress.
Syntax
'Declaration
 
Public Overridable ReadOnly Property IsEditingItem As System.Boolean
public virtual System.bool IsEditingItem {get;}

Property Value

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

Reference

BaseCollectionView Class
BaseCollectionView Members