[]
        
(Showing Draft Content)

C1.WPF.DataCollection.C1CollectionViewDataCollection.CanReplace

CanReplace Method

CanReplace(int, object?)

Determines whether the item at the specified index can be replaced in the collection.

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

The index of the item that would be replaced.

object item

The item that would be replaced.

Returns
Type Description
bool
Implements