Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / IEditableCollectionView Interface / IsEditingItem Property

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