Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / IsEditingItem Property

In This Topic
    IsEditingItem Property (C1CollectionView)
    In This Topic
    Gets a value indicating whether an edit transaction started by the EditItem method is in progress.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsEditingItem As Boolean
    public bool IsEditingItem {get;}
    See Also