[]
        
(Showing Draft Content)

C1.DataCollection.C1SpanDataCollection-1.CanRemove

CanRemove Method

CanRemove(int)

Determines whether the item at the specified index can be removed from the collection.

Declaration
public override bool CanRemove(int index)
Parameters
Type Name Description
int index

The index of the item that would be removed.

Returns
Type Description
bool
Overrides