DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionViewDataCollection Class / EditableCollectionView Property

In This Topic
    EditableCollectionView Property
    In This Topic
    Gets the editable collection view, or null if it is not editable.
    Syntax
    'Declaration
     
    Public ReadOnly Property EditableCollectionView As IEditableCollectionView
    public IEditableCollectionView EditableCollectionView {get;}
    See Also