ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / RiaCollectionView Class / EditableCollectionView Property

In This Topic
    EditableCollectionView Property (RiaCollectionView)
    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