ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / EditableCollectionView Property

In This Topic
    EditableCollectionView Property (BaseCollectionView)
    In This Topic
    Gets the editable collection view associated to this class.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EditableCollectionView As IEditableCollectionView
    public IEditableCollectionView EditableCollectionView {get;}

    Property Value

    The editable collection view.
    See Also