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

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