[]
        
(Showing Draft Content)

C1.WPF.DataCollection.C1CollectionViewDataCollection.CanInsert

CanInsert Method

CanInsert(int, object?)

Determines whether a new item can be inserted in the collection at the specified index.

Declaration
public bool CanInsert(int index, object? item)
Parameters
Type Name Description
int index

The index where the items would be inserted.

object item

The item that would be inserted.

Returns
Type Description
bool
Implements